mystmd: 1.8.3 -> 1.9.0 (#517701)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-07 17:11:13 +00:00
committed by GitHub
+2 -2
View File
@@ -11,7 +11,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "mystmd";
version = "1.8.3";
version = "1.9.0";
strictDeps = true;
__structuredAttrs = true;
@@ -20,7 +20,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "jupyter-book";
repo = "mystmd";
tag = "mystmd@${finalAttrs.version}";
hash = "sha256-OmREjNDgmq5+nidBZh4DUy9bMtDeHMrGWZEqKo5TUrQ=";
hash = "sha256-gAUfL2sTdTmslPuOnkeTwv/GmarM5nWpxjg3KPL+1fs=";
};
node_modules = stdenv.mkDerivation {