1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python37Packages.first: 2.0.1 -> 2.0.2 (#58784)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-first/versions
This commit is contained in:
R. RyanTM 2019-04-02 15:28:37 -07:00 committed by zimbatm
parent 6fa01d5be0
commit b197f05db6

View file

@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "first";
version = "2.0.1";
version = "2.0.2";
name = pname + "-" + version;
src = fetchPypi {
inherit pname version;
sha256 = "0pn9hl2y0pz61la1xhkdz6vl9i2dg3nh0ksizcf0f9ybh8sxxcrv";
sha256 = "1gykyrm6zlrbf9iz318p57qwk594mx1jf0d79v79g32zql45na7z";
};
doCheck = false; # no tests