parent
27fd948cf7
commit
7ec3142207
|
@ -9,12 +9,12 @@
|
||||||
|
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "0.30.1";
|
version = "0.32.0";
|
||||||
pname = "M2Crypto";
|
pname = "M2Crypto";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "a1b2751cdadc6afac3df8a5799676b7b7c67a6ad144bb62d38563062e7cd3fc6";
|
sha256 = "09d3zs2ivyxbi0fa42mnan0fcplc08q2qd70p1b43sxxdbxcdj99";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
@ -37,7 +37,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A Python crypto and SSL toolkit";
|
description = "A Python crypto and SSL toolkit";
|
||||||
homepage = http://chandlerproject.org/Projects/MeTooCrypto;
|
homepage = https://gitlab.com/m2crypto/m2crypto;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ andrew-d ];
|
maintainers = with maintainers; [ andrew-d ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue