We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59c42bb + 541f8cd commit 0c7f9d9Copy full SHA for 0c7f9d9
pkgs/development/python-modules/cerberus/default.nix
@@ -10,7 +10,7 @@
10
11
buildPythonPackage rec {
12
pname = "cerberus";
13
- version = "1.3.6";
+ version = "1.3.7";
14
pyproject = true;
15
16
disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
19
owner = "pyeve";
20
repo = "cerberus";
21
tag = version;
22
- hash = "sha256-puQcU8USYtylW5XN0VQzG/dizQR24s7+YgrOxIwaDKQ=";
+ hash = "sha256-KYZpd8adKXahSc/amQHZMFdJtEtZLklZZgwfkYu8/qY=";
23
};
24
25
build-system = [
0 commit comments