0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

python: allpairspy: 2.4.3 -> 2.5.0

This commit is contained in:
Frederik Rietdijk 2019-10-24 08:47:23 +02:00
parent cc8eaea91e
commit d0000bc367

View file

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "allpairspy"; pname = "allpairspy";
version = "2.4.3"; version = "2.5.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "8ce160db245375a5ccf0831be77cd98394f514c1b3501ddff5f8edb780ee1748"; sha256 = "9358484c91abe74ba18daf9d6d6904c5be7cc8818397d05248c9d336023c28b1";
}; };
propagatedBuildInputs = [ six ]; propagatedBuildInputs = [ six ];