nbstripout: 0.8.1 -> 0.8.2 (#464138)

This commit is contained in:
Aleksana
2025-11-24 13:02:39 +00:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
}:
python3.pkgs.buildPythonApplication rec {
version = "0.8.1";
version = "0.8.2";
pyproject = true;
pname = "nbstripout";
src = fetchPypi {
inherit pname version;
hash = "sha256-6qyLa05yno3+Hl3ywPi6RKvFoXplRI8EgBQfgL4jC7E=";
hash = "sha256-KHZTDraEv5OltI/m2SshY/eNBAchx2s31bnhUU04/Gk=";
};
testAssets = fetchFromGitHub {