Skip to content

Commit

Permalink
Merge pull request #307606 from r-ryantm/auto-update/python311Package…
Browse files Browse the repository at this point in the history
…s.paste

python311Packages.paste: 3.9.0 -> 3.10.0
  • Loading branch information
wegank committed May 4, 2024
2 parents eb8effc + 48727d6 commit 4686740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/paste/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

buildPythonPackage rec {
pname = "paste";
version = "3.9.0";
version = "3.10.0";
format = "setuptools";

disabled = pythonOlder "3.7";
Expand All @@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "cdent";
repo = "paste";
rev = "refs/tags/${version}";
hash = "sha256-HdeShtslnvjmuiUb0W3ASnSWcZnyDJcthsIOjYmuD8I=";
hash = "sha256-gl0+mw0D0iGVmOc5jQP7b3EL1ZmT1lAr9ffx+XegdU0=";
};

postPatch = ''
Expand Down

0 comments on commit 4686740

Please sign in to comment.