python.pkgs: maintenance updates

This commit is contained in:
Frederik Rietdijk
2017-11-24 20:36:20 +01:00
parent 0f50d5ac19
commit 44e98de414
26 changed files with 52 additions and 52 deletions

View File

@@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "absl-py";
version = "0.1.3";
version = "0.1.5";
name = "${pname}-${version}";
src = fetchPypi {
inherit pname version;
sha256 = "017wc85i7l3vpjzw3shgb7k7n0jfid88g09dlf1kgdy4ll0sjfax";
sha256 = "94943ed0cd77077fe2d18e79b2f28d3e92f585f7d1c6edc75e640121f3c5d580";
};
propagatedBuildInputs = [ six ];