python312Packages.cerberus: 1.3.6 -> 1.3.7

Diff: https://github.com/pyeve/cerberus/compare/refs/tags/1.3.6...1.3.7

Changelog: https://github.com/pyeve/cerberus/blob/1.3.7/CHANGES.rst
This commit is contained in:
Fabian Affolter
2025-01-15 09:32:59 +01:00
parent 0f3acc5297
commit 541f8cd400
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "cerberus";
version = "1.3.6";
version = "1.3.7";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "pyeve";
repo = "cerberus";
tag = version;
hash = "sha256-puQcU8USYtylW5XN0VQzG/dizQR24s7+YgrOxIwaDKQ=";
hash = "sha256-KYZpd8adKXahSc/amQHZMFdJtEtZLklZZgwfkYu8/qY=";
};
build-system = [