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

Changed files
+2 -2
pkgs
development
python-modules
cerberus
+2 -2
pkgs/development/python-modules/cerberus/default.nix
···
buildPythonPackage rec {
pname = "cerberus";
-
version = "1.3.6";
+
version = "1.3.7";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "pyeve";
repo = "cerberus";
tag = version;
-
hash = "sha256-puQcU8USYtylW5XN0VQzG/dizQR24s7+YgrOxIwaDKQ=";
+
hash = "sha256-KYZpd8adKXahSc/amQHZMFdJtEtZLklZZgwfkYu8/qY=";
};
build-system = [