mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 13:05:08 +00:00
python311Packages.jupyter-core: 5.7.0 -> 5.7.1
Diff: https://github.com/jupyter/jupyter_core/compare/refs/tags/v5.7.0...v5.7.1 Changelog: https://github.com/jupyter/jupyter_core/blob/refs/tags/v5.7.1/CHANGELOG.md
This commit is contained in:
parent
20451a09ca
commit
344981f07c
@ -11,7 +11,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "jupyter-core";
|
||||
version = "5.7.0";
|
||||
version = "5.7.1";
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
pyproject = true;
|
||||
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||
owner = "jupyter";
|
||||
repo = "jupyter_core";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-y3a2pSk+6QNSVg0skosbf6uHSXpvMubyflP6jQleI44=";
|
||||
hash = "sha256-Uh7slD8mQg2R++wltXrYiPSJnmM5w9tej8GN/0GMBmA=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user