Skip to content

Commit

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

python311Packages.std-uritemplate: 0.0.59 -> 1.0.1
  • Loading branch information
fabaff authored Jun 16, 2024
2 parents 3fd5bf5 + 50ca53e commit 683aa7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/std-uritemplate/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

buildPythonPackage rec {
pname = "std-uritemplate";
version = "0.0.59";
version = "1.0.1";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
pname = "std_uritemplate";
inherit version;
hash = "sha256-LZHniQNIEP2p1iIigmLokse7P7PFyqbjF+xi4EOwnLc=";
hash = "sha256-Mf7o2nDbj663cdC6OfXIK/newY1NKnUpWTniowXlNvE=";
};

build-system = [ poetry-core ];
Expand Down

0 comments on commit 683aa7c

Please sign in to comment.