pythonPackages.simanneal: 0.4.1 -> 0.4.1
This commit is contained in:
parent
2337c7522a
commit
fb19fb6b70
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "simanneal";
|
pname = "simanneal";
|
||||||
version = "0.4.1";
|
version = "0.4.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "perrygeo";
|
owner = "perrygeo";
|
||||||
repo = "simanneal";
|
repo = "simanneal";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "12499wvf7ii7cy8z2f1d472p7q9napg1lj0h9xx8l1mbr1hjlp3q";
|
sha256 = "0p75da4nbk6iy16aahl0ilqg605jrr6aa1pzfyd9hc7ak2vs6840";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytest ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user