nbstripout: 0.3.7 -> 0.3.9

gstqt5
R. RyanTM 2020-10-15 05:13:43 +00:00 committed by Jon
parent 5be21fe5e9
commit 00f0b1d721
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
with python.pkgs;
buildPythonApplication rec {
version = "0.3.7";
version = "0.3.9";
pname = "nbstripout";
# Mercurial should be added as a build input but because it's a Python
@ -14,7 +14,7 @@ buildPythonApplication rec {
src = fetchPypi {
inherit pname version;
sha256 = "13w2zhw8vrfv6637bw5ygygj1dky55fvvncz11hq0abwkkzb3wb2";
sha256 = "b46dddbf78b8b137176bc72729124e378242ef9ce93af63f6e0a8c4850c972e7";
};
# for some reason, darwin uses /bin/sh echo native instead of echo binary, so