mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
pythonPackages.m2crypto: 0.23.0 -> 0.24.0
Fixes libressl compatibility.
This commit is contained in:
parent
76e4164007
commit
a6a0b092da
1 changed files with 2 additions and 2 deletions
|
@ -12454,12 +12454,12 @@ in modules // {
|
|||
|
||||
|
||||
m2crypto = buildPythonPackage rec {
|
||||
version = "0.23.0";
|
||||
version = "0.24.0";
|
||||
name = "m2crypto-${version}";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/M/M2Crypto/M2Crypto-${version}.tar.gz";
|
||||
sha256 = "1ac3b6eafa5ff7e2a0796675316d7569b28aada45a7ab74042ad089d15a9567f";
|
||||
sha256 = "1s2y0pf2zg7xf4nfwrw7zhwbk615r5a7bgi5wwkwzh6jl50n99c0";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ pkgs.swig2 pkgs.openssl ];
|
||||
|
|
Loading…
Reference in a new issue