mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-05 12:02:47 +00:00
python: us: 1.0.0 -> 2.0.2
This commit is contained in:
parent
e4beafdd55
commit
9e9ee272d1
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue