1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-05 03:53:41 +00:00

python: us: 1.0.0 -> 2.0.2

This commit is contained in:
Frederik Rietdijk 2020-06-06 08:47:36 +02:00
parent e4beafdd55
commit 9e9ee272d1

View file

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "us";
version = "1.0.0";
version = "2.0.2";
propagatedBuildInputs = [ jellyfish ];
src = fetchPypi {
inherit pname version;
sha256 = "1niglalkp7pinibzbxjdz9mxx9qmwkrh8884dag3kr72cfkrpp09";
sha256 = "cb11ad0d43deff3a1c3690c74f0c731cff5b862c73339df2edd91133e1496fbc";
};
# Upstream requires jellyfish==0.5.6 but we have 0.6.1