Unverified Commit e9dc7c57 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.environs: 15.0.0 -> 15.0.1 (#508780)

parents 72a90b4d 0d6ce019
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage (finalAttrs: {
  pname = "environs";
  version = "15.0.0";
  version = "15.0.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "sloria";
    repo = "environs";
    tag = finalAttrs.version;
    hash = "sha256-9BsMbrn9qwhrLO8uJe3hzzpsqmea3iKoDw1TbyfmAiI=";
    hash = "sha256-rsXR3KjLRdGnF8EX0TXzd0r61xY2rrNO5TDdoX1SnO0=";
  };

  build-system = [ flit-core ];