Merge pull request #322237 from fabaff/voluptuous-bump

python312Packages.voluptuous: 0.14.2 -> 0.15.0
This commit is contained in:
Fabian Affolter
2024-06-26 18:41:19 +02:00
committed by GitHub
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "voluptuous";
version = "0.14.2";
version = "0.15.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "alecthomas";
repo = "voluptuous";
rev = "refs/tags/${version}";
hash = "sha256-2a4lid9NibbvhHfs/fcyHgPRZ2HirIKuPYxMsl5oA4o=";
hash = "sha256-/K1r+YkiRq/p8kwPXr/RrE6h0c94rbmWITrRSM+COKQ=";
};
nativeBuildInputs = [ setuptools ];