about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-04-22 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-04-22 04:20:00 +0000
commit96864488ce6d0d667c6c4a42f01e50d1578f4b20 (patch)
tree289628e7175333905bc3c50677b70f92fb77cded
parent3e042b788fb27a64b0687005d805b3bf70e12ccf (diff)
python310Packages.myst-nb: 0.17.1 -> 0.17.2
https://github.com/executablebooks/MyST-NB/releases/tag/v0.17.2
-rw-r--r--pkgs/development/python-modules/myst-nb/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/myst-nb/default.nix b/pkgs/development/python-modules/myst-nb/default.nix
index 871c882e55724..a5694987abd5c 100644
--- a/pkgs/development/python-modules/myst-nb/default.nix
+++ b/pkgs/development/python-modules/myst-nb/default.nix
@@ -19,7 +19,7 @@
 
 buildPythonPackage rec {
   pname = "myst-nb";
-  version = "0.17.1";
+  version = "0.17.2";
 
   format = "flit";
 
@@ -27,7 +27,7 @@ buildPythonPackage rec {
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-FN9yXz4Ay17+9PhjvwwnNJDIxmLf7jntins3S/JWGTM=";
+    hash = "sha256-D2E4ZRX6sHxzZGrcqX//L2n0HpDTE6JgIXxbvkGdhYs=";
   };
 
   nativeBuildInputs = [
@@ -57,7 +57,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     description = "A Jupyter Notebook Sphinx reader built on top of the MyST markdown parser";
-    homepage = "https://github.com/executablebooks/myst-nb";
+    homepage = "https://github.com/executablebooks/MyST-NB";
     changelog = "https://github.com/executablebooks/MyST-NB/raw/v${version}/CHANGELOG.md";
     license = licenses.mit;
     maintainers = with maintainers; [ marsam ];