nbstripout: 0.8.1 -> 0.8.2 (#464138)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user