Skip to content

Commit

Permalink
python312Packages.nbclassic: 1.1.0 -> 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 17, 2025
1 parent 90789b0 commit 698231c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/nbclassic/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@

buildPythonPackage rec {
pname = "nbclassic";
version = "1.1.0";
version = "1.2.0";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-d7d7qF+emI+brYXfNFtRTp5kx/DoIpkqsd9KeKxk/B4=";
hash = "sha256-c27FBIOlRIWXHbITvpIH405R/BRMeDQ2JbaZF0I2RLo=";
};

build-system = [
Expand Down

0 comments on commit 698231c

Please sign in to comment.