Skip to content

Commit c97288c

Browse files
authored
python312Packages.nbsphinx: 0.9.6 -> 0.9.7 (NixOS#388525)
2 parents 6b6263c + 2ed0312 commit c97288c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/nbsphinx/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414

1515
buildPythonPackage rec {
1616
pname = "nbsphinx";
17-
version = "0.9.6";
17+
version = "0.9.7";
1818
pyproject = true;
1919

2020
disabled = pythonOlder "3.7";
2121

2222
src = fetchPypi {
2323
inherit pname version;
24-
hash = "sha256-wrKKLXAvEVmpW4Q4MXmOhuYKF/xke5v/m6FYU1XeVOM=";
24+
hash = "sha256-q9KYpobVX6iU72l8UdRPJOU6oxLa2uOOgpIPJQpUVv4=";
2525
};
2626

2727
build-system = [ setuptools ];

0 commit comments

Comments
 (0)