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

python313Packages.environs: 14.1.0 -> 14.1.1 (#381702)

parents 8e47d30f e2ff7c09
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "environs";
  version = "14.1.0";
  version = "14.1.1";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "sloria";
    repo = "environs";
    tag = version;
    hash = "sha256-OmZn6ngujcPuws+idRtzwIt+9XLfRge7IFby+yCiQNM=";
    hash = "sha256-yWGLCUMnmk+d6o4OmBxuSTdImse8ikNs0rDXLZgFU6k=";
  };

  nativeBuildInputs = [ flit-core ];