Merge pull request #297063 from r-ryantm/auto-update/python312Packages.std-uritemplate

python312Packages.std-uritemplate: 0.0.54 -> 0.0.55
This commit is contained in:
Fabian Affolter 2024-03-19 07:29:18 +01:00 committed by GitHub
commit 4e68f53f2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "std-uritemplate";
version = "0.0.54";
version = "0.0.55";
pyproject = true;
disabled = pythonOlder "3.8";
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "std_uritemplate";
inherit version;
hash = "sha256-FVKnB3v/T7eV6IQkaKQ8CFumIMc3PPlAgNOFNohQf9Q=";
hash = "sha256-kHP1anfkTQWD+2ZFw35KZAo08iolXQDjeTzT8w2limg=";
};
nativeBuildInputs = [