Merge pull request #322960 from fabaff/voluptuous-bump

python312Packages.voluptuous: 0.15.0 -> 0.15.1
This commit is contained in:
Fabian Affolter 2024-06-27 21:16:40 +02:00 committed by GitHub
commit 90c778a130
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "voluptuous";
version = "0.15.0";
version = "0.15.1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "alecthomas";
repo = "voluptuous";
rev = "refs/tags/${version}";
hash = "sha256-/K1r+YkiRq/p8kwPXr/RrE6h0c94rbmWITrRSM+COKQ=";
hash = "sha256-BM83pwgxQRCCzaGJKHGfQzDbQj/27nWes4I8Bym1nUc=";
};
nativeBuildInputs = [ setuptools ];