mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
python3Packages.Pykka: 2.0.3 -> 3.0.1
This commit is contained in:
parent
741e169039
commit
d3bdb2801c
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "Pykka";
|
||||
version = "2.0.3";
|
||||
version = "3.0.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "4b9d2363365b3455a0204bf163f09bd351d24b938c618c79d975a9510e128e95";
|
||||
sha256 = "da59f77bc6a70e01996259da806d09b0dbc00dabe874ca9558fd5eb1698709c9";
|
||||
};
|
||||
|
||||
checkInputs = [ pytestCheckHook pytest-mock ];
|
||||
|
|
Loading…
Reference in a new issue