Merge pull request #293228 from r-ryantm/auto-update/python311Packages.std-uritemplate

python311Packages.std-uritemplate: 0.0.53 -> 0.0.54
This commit is contained in:
Mario Rodas 2024-03-04 08:39:16 -05:00 committed by GitHub
commit 232dcde905
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.53";
version = "0.0.54";
pyproject = true;
disabled = pythonOlder "3.8";
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "std_uritemplate";
inherit version;
hash = "sha256-AQjfDMU7XVsu2rInwmDOwy6qeVtbXNIq+wiKff4j4BY=";
hash = "sha256-FVKnB3v/T7eV6IQkaKQ8CFumIMc3PPlAgNOFNohQf9Q=";
};
nativeBuildInputs = [