Merge pull request #49573 from veprbl/pr/bump

bump: pythonPackages.simanneal, fastjet, herwig
This commit is contained in:
Jörg Thalheim
2018-11-22 00:53:26 +00:00
committed by GitHub
4 changed files with 9 additions and 14 deletions

View File

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