1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #82164 from jluttine/nbstripout-0.3.7

nbstripout: 0.3.6 -> 0.3.7
This commit is contained in:
Mario Rodas 2020-03-10 08:08:37 -05:00 committed by GitHub
commit 8cc3a22dd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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