Skip to content

Commit 0c7f9d9

Browse files
authored
python312Packages.cerberus: 1.3.6 -> 1.3.7 (#373978)
2 parents 59c42bb + 541f8cd commit 0c7f9d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/cerberus/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
buildPythonPackage rec {
1212
pname = "cerberus";
13-
version = "1.3.6";
13+
version = "1.3.7";
1414
pyproject = true;
1515

1616
disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
1919
owner = "pyeve";
2020
repo = "cerberus";
2121
tag = version;
22-
hash = "sha256-puQcU8USYtylW5XN0VQzG/dizQR24s7+YgrOxIwaDKQ=";
22+
hash = "sha256-KYZpd8adKXahSc/amQHZMFdJtEtZLklZZgwfkYu8/qY=";
2323
};
2424

2525
build-system = [

0 commit comments

Comments
 (0)