python: nose-randomly: 1.2.5 -> 1.2.6

This commit is contained in:
Frederik Rietdijk 2019-02-14 08:37:21 +01:00
parent e6efedbbdc
commit 72f74a633f
1 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "nose-randomly"; pname = "nose-randomly";
version = "1.2.5"; version = "1.2.6";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "361f4c2fbb090ec2bc8e5e4151e21409a09ac13f364e3448247cc01f326d89b3"; sha256 = "7e483a3d79e13ae760d6ade57ae07ae45bb4b223b61a805e958b4c077116c67c";
}; };
checkInputs = [ numpy nose ]; checkInputs = [ numpy nose ];