python38Packages.flufl_bounce: 3.0.2 -> 4.0
This commit is contained in:
parent
85568eb45c
commit
3abea2e40b
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "flufl.bounce";
|
||||
version = "3.0.2";
|
||||
version = "4.0";
|
||||
|
||||
buildInputs = [ nose2 ];
|
||||
propagatedBuildInputs = [ atpublic zope_interface ];
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "5014b23248fce72b13143c32da30073e6abc655b963e7739575608280c52c9a7";
|
||||
sha256 = "25504aeb976ec0fe5a19cd6c413a3410cb514fdcdbdca9f9b5d8d343a8603831";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue