Python: maintenance updates

This commit is contained in:
Frederik Rietdijk
2017-09-02 12:16:48 +02:00
parent 72cc6ba17f
commit 8e19e0327f
17 changed files with 34 additions and 34 deletions

View File

@@ -1,13 +1,13 @@
{ stdenv, fetchurl, python, buildPythonPackage, gmp }:
buildPythonPackage rec {
version = "3.4.6";
version = "3.4.7";
pname = "pycryptodome";
name = "${pname}-${version}";
src = fetchurl {
url = "mirror://pypi/p/pycryptodome/${name}.tar.gz";
sha256 = "df1be662060cf3abdcf2086ebb401f750744106425ddebf74c57feab410e4923";
sha256 = "18d8dfe31bf0cb53d58694903e526be68f3cf48e6e3c6dfbbc1e7042b1693af7";
};
meta = {