mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
python: pyzmq: 17.1.0 -> 17.1.2
This commit is contained in:
parent
56e306a1de
commit
09e6f5c583
@ -9,11 +9,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyzmq";
|
||||
version = "17.1.0";
|
||||
version = "17.1.2";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "2199f753a230e26aec5238b0518b036780708a4c887d4944519681a920b9dee4";
|
||||
sha256 = "a72b82ac1910f2cf61a49139f4974f994984475f771b0faa730839607eeedddf";
|
||||
};
|
||||
|
||||
checkInputs = [ pytest tornado ];
|
||||
|
Loading…
Reference in New Issue
Block a user