Merge pull request #130235 from veprbl/pr/simanneal_0_5_0

pythonPackages.simanneal: 0.4.2 -> 0.5.0
This commit is contained in:
Fabian Affolter 2021-07-14 23:50:53 +02:00 committed by GitHub
commit 977eb691a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "simanneal";
version = "0.4.2";
version = "0.5.0";
src = fetchFromGitHub {
owner = "perrygeo";
repo = "simanneal";
rev = version;
sha256 = "0p75da4nbk6iy16aahl0ilqg605jrr6aa1pzfyd9hc7ak2vs6840";
sha256 = "sha256-yKZHkrf6fM0WsHczIEK5Kxusz5dSBgydK3fLu1nDyvk=";
};
checkInputs = [ pytest ];