mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
python310Packages.ipyparallel: 8.2.0 -> 8.2.1
This commit is contained in:
committed by
Frederik Rietdijk
parent
9b3c634e47
commit
e48ff4cdb0
@@ -19,11 +19,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "ipyparallel";
|
||||
version = "8.2.0";
|
||||
version = "8.2.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-D9n2SlEgmAqJtkKZgGwSu434zuoVXlIAtwUwHrJAHhk=";
|
||||
sha256 = "sha256-8mdHPFL8aohsa4Fq2xVb7Asne8fSJPs/q+uDg05zPHI=";
|
||||
};
|
||||
|
||||
buildInputs = [ nose ];
|
||||
|
||||
Reference in New Issue
Block a user