Merge pull request #57050 from dtzWill/update/m2crypto-0.32.0

pythonPackages.m2crypto: 0.30.1 -> 0.32.0
This commit is contained in:
Andreas Rammhold 2019-03-11 15:48:54 +01:00 committed by GitHub
commit 2dd3253079
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};