nbstripout: 0.3.9 -> 0.5.0

launchpad/nixpkgs/master
R. RyanTM 3 years ago
parent 17b4b7097f
commit 270d068656
  1. 4
      pkgs/applications/version-management/nbstripout/default.nix

@ -2,7 +2,7 @@
with python.pkgs;
buildPythonApplication rec {
version = "0.3.9";
version = "0.5.0";
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 = "b46dddbf78b8b137176bc72729124e378242ef9ce93af63f6e0a8c4850c972e7";
sha256 = "86ab50136998d62c9fa92478d2eb9ddc4137e51a28568f78fa8f24a6fbb6a7d8";
};
# for some reason, darwin uses /bin/sh echo native instead of echo binary, so

Loading…
Cancel
Save