Skip to content

Commit 60ec847

Browse files
authored
python3Packages.std-uritemplate: 2.0.3 -> 2.0.5 (#408529)
2 parents d7a1c33 + 2f49081 commit 60ec847

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/std-uritemplate

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/std-uritemplate/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88

99
buildPythonPackage rec {
1010
pname = "std-uritemplate";
11-
version = "2.0.3";
11+
version = "2.0.5";
1212
pyproject = true;
1313

1414
disabled = pythonOlder "3.8";
1515

1616
src = fetchPypi {
1717
pname = "std_uritemplate";
1818
inherit version;
19-
hash = "sha256-rUyx1nG89KNgizWYxoe+SwkphnxTotacEFmJ2mpaLUw=";
19+
hash = "sha256-dwOohszlnRVcIbWs8a2NSNufMyLemPp4OoOW+/NcvAY=";
2020
};
2121

2222
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)