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 f1f275a + 72ed726 commit a7e5f9cCopy full SHA for a7e5f9c
pkgs/development/python-modules/m2crypto/default.nix
@@ -12,14 +12,14 @@
12
13
buildPythonPackage rec {
14
pname = "m2crypto";
15
- version = "0.42.0";
+ version = "0.43.0";
16
pyproject = true;
17
18
disabled = pythonOlder "3.7";
19
20
src = fetchPypi {
21
inherit pname version;
22
- hash = "sha256-QrYt8sr2IxYbHWQ6cjVGTC/ioxBQSevEmKbUfcCPZLQ=";
+ hash = "sha256-bCwce7DoqnaPfKgD2n28JmbUADsmvXrfcCM6/FnYzzM=";
23
};
24
25
build-system = [ setuptools ];
0 commit comments