nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.certomancer: 0.12.3 -> 0.13.0

R. Ryantm de8af9a3 d8f8b0d1

+2 -2
+2 -2
pkgs/development/python-modules/certomancer/default.nix
··· 29 29 30 30 buildPythonPackage rec { 31 31 pname = "certomancer"; 32 - version = "0.12.3"; 32 + version = "0.13.0"; 33 33 pyproject = true; 34 34 35 35 disabled = pythonOlder "3.7"; ··· 38 38 owner = "MatthiasValvekens"; 39 39 repo = "certomancer"; 40 40 tag = "v${version}"; 41 - hash = "sha256-2BjLoGUWU0RaWVI9JA3s/Hf5aVtmv8hn+fB2jkWdQNY="; 41 + hash = "sha256-2/qTTN/UuSMHjkSsOs/KbfzKLBjJSLHY51XtgQ6x1Wo="; 42 42 }; 43 43 44 44 build-system = [