nbstripout: 0.3.6 -> 0.3.7

This commit is contained in:
Jaakko Luttinen 2020-03-09 16:47:57 +02:00
parent a21c2fa3ea
commit 8074942aed
No known key found for this signature in database
GPG Key ID: 7B1CE13152E6B964

View File

@ -2,7 +2,7 @@
with python.pkgs;
buildPythonApplication rec {
version = "0.3.6";
version = "0.3.7";
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 = "1x6010akw7iqxn7ba5m6malfr2fvaf0bjp3cdh983qn1s7vwlq0r";
sha256 = "13w2zhw8vrfv6637bw5ygygj1dky55fvvncz11hq0abwkkzb3wb2";
};
# for some reason, darwin uses /bin/sh echo native instead of echo binary, so