python27Packages.trollius: 2.2 -> 2.2.post1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python2.7-trollius/versions
This commit is contained in:
parent
ffbb4d26f9
commit
6bccac4b16
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "trollius";
|
pname = "trollius";
|
||||||
version = "2.2";
|
version = "2.2.post1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "093978388qvw5hyscbbj062dbdc2761xs9yzrq26mh63g689lnxk";
|
sha256 = "06s44k6pcq35vl5j4i2pgkpb848djal818qypcvx44gyn4azjrqn";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ mock ] ++ lib.optional (!isPy3k) unittest2;
|
checkInputs = [ mock ] ++ lib.optional (!isPy3k) unittest2;
|
||||||
|
Loading…
Reference in New Issue
Block a user