mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 10:53:52 +00:00
python3Packages.sure: 1.4.11 -> 2.0.0
This commit is contained in:
parent
25f103c35b
commit
cb28f8c460
@ -9,12 +9,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "sure";
|
||||
version = "1.4.11";
|
||||
version = "2.0.0";
|
||||
disabled = isPyPy;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "3c8d5271fb18e2c69e2613af1ad400d8df090f1456081635bd3171847303cdaa";
|
||||
sha256 = "34ae88c846046742ef074036bf311dc90ab152b7bc09c342b281cebf676727a2";
|
||||
};
|
||||
|
||||
buildInputs = [ rednose ];
|
||||
|
Loading…
Reference in New Issue
Block a user