about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTheodore Ni <3806110+tjni@users.noreply.github.com>2023-07-22 21:50:50 -0700
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-07-28 12:15:32 +0200
commitab7356640a41814fbf8b5e537683ca7fa6b6e9af (patch)
tree75288974d58245a4efe14bc0d9977b6459144010
parent4cfa09c5cde625988c5b47854bc0d75b0e5c599f (diff)
python310Packages.nbformat: 5.7.3 -> 5.9.1
-rw-r--r--pkgs/development/python-modules/nbformat/default.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/pkgs/development/python-modules/nbformat/default.nix b/pkgs/development/python-modules/nbformat/default.nix
index 85489d4566ed2..354a937a61055 100644
--- a/pkgs/development/python-modules/nbformat/default.nix
+++ b/pkgs/development/python-modules/nbformat/default.nix
@@ -15,15 +15,13 @@
 
 buildPythonPackage rec {
   pname = "nbformat";
-  version = "5.7.3";
-
-  disabled = pythonOlder "3.7";
-
+  version = "5.9.1";
   format = "pyproject";
+  disabled = pythonOlder "3.8";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-SwIfyiTTp0e/TmJmlAM9eS1ZRwWCnl41sU7jNp+fZHc=";
+    hash = "sha256-On9S0EBjnL2KOJAhjIsP+5MhFYjFdEbJAJXjK6WIG10=";
   };
 
   nativeBuildInputs = [