python.pkgs: updates

This commit is contained in:
Frederik Rietdijk
2017-10-25 20:04:35 +02:00
parent b601d87cd6
commit 7ce848309e
133 changed files with 366 additions and 294 deletions

View File

@@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "asn1crypto";
version = "0.22.0";
version = "0.23.0";
name = "${pname}-${version}";
src = fetchPypi {
inherit pname version;
sha256 = "cbbadd640d3165ab24b06ef25d1dca09a3441611ac15f6a6b452474fdf0aed1a";
sha256 = "0874981329cfebb366d6584c3d16e913f2a0eb026c9463efcc4aaf42a9d94d70";
};
# No tests included