mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-18 05:58:53 +00:00
python3Packages.nbclient: 0.5.11 -> 0.5.13
This commit is contained in:
parent
f2433e69ca
commit
abf1f34234
@ -6,12 +6,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "nbclient";
|
||||
version = "0.5.11";
|
||||
version = "0.5.13";
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-dRUWmS80tYFyutVO7x5L9+T0Rg1Y4lXKGk5clklHYAc=";
|
||||
sha256 = "sha256-QMUsm148MfrsruafICs/U+ONfBxWPeD63enX7aD9r+g=";
|
||||
};
|
||||
|
||||
inherit doCheck;
|
||||
|
Loading…
Reference in New Issue
Block a user