Skip to content

Commit

Permalink
python312Packages.m2crypto: 0.42.0 -> 0.43.0 (#361988)
Browse files Browse the repository at this point in the history
  • Loading branch information
gador authored Dec 24, 2024
2 parents f1f275a + 72ed726 commit a7e5f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/m2crypto/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

buildPythonPackage rec {
pname = "m2crypto";
version = "0.42.0";
version = "0.43.0";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-QrYt8sr2IxYbHWQ6cjVGTC/ioxBQSevEmKbUfcCPZLQ=";
hash = "sha256-bCwce7DoqnaPfKgD2n28JmbUADsmvXrfcCM6/FnYzzM=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit a7e5f9c

Please sign in to comment.