lol

python3Packages.std-uritemplate: 1.0.6 -> 2.0.1

https://github.com/std-uritemplate/std-uritemplate/releases/tag/2.0.1

+2 -2
+2 -2
pkgs/development/python-modules/std-uritemplate/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "std-uritemplate"; 11 - version = "1.0.6"; 11 + version = "2.0.1"; 12 12 pyproject = true; 13 13 14 14 disabled = pythonOlder "3.8"; ··· 16 16 src = fetchPypi { 17 17 pname = "std_uritemplate"; 18 18 inherit version; 19 - hash = "sha256-m+1iEgSp27R/ieqVjJfEY9FfKLzLyAGquMmw11cZ7GI="; 19 + hash = "sha256-9GhK4FAWfiN+1YGUIxOYk+C1t/CNxrdGe7o/3WRgi+g="; 20 20 }; 21 21 22 22 build-system = [ poetry-core ];