Skip to content

Commit

Permalink
python3Packages.m2crypto: 0.43.0 -> 0.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Feb 19, 2025
1 parent b2aa306 commit 52b329e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pkgs/development/python-modules/m2crypto/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
stdenv,
buildPythonPackage,
fetchPypi,
fetchurl,
openssl,
pytestCheckHook,
pythonOlder,
Expand All @@ -12,15 +13,21 @@

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

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-bCwce7DoqnaPfKgD2n28JmbUADsmvXrfcCM6/FnYzzM=";
hash = "sha256-OEu0y9F47g50AVMRt7H58sN342huA/oHCz7C9JRnHA8=";
};
patches = [
(fetchurl {
url = "https://sources.debian.org/data/main/m/m2crypto/0.42.0-2.1/debian/patches/0004-swig-Workaround-for-reading-sys-select.h-ending-with.patch";
hash = "sha256-/Bkuqu/Od+S56AUWo0ZzpZF7FGMxP766K2GJnfKXrOI=";
})
];

build-system = [ setuptools ];

Expand Down

0 comments on commit 52b329e

Please sign in to comment.