Merge pull request #57050 from dtzWill/update/m2crypto-0.32.0
pythonPackages.m2crypto: 0.30.1 -> 0.32.0
This commit is contained in:
commit
2dd3253079
1 changed files with 3 additions and 3 deletions
|
@ -9,12 +9,12 @@
|
|||
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "0.30.1";
|
||||
version = "0.32.0";
|
||||
pname = "M2Crypto";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "a1b2751cdadc6afac3df8a5799676b7b7c67a6ad144bb62d38563062e7cd3fc6";
|
||||
sha256 = "09d3zs2ivyxbi0fa42mnan0fcplc08q2qd70p1b43sxxdbxcdj99";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
@ -38,7 +38,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A Python crypto and SSL toolkit";
|
||||
homepage = http://chandlerproject.org/Projects/MeTooCrypto;
|
||||
homepage = https://gitlab.com/m2crypto/m2crypto;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ andrew-d ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue