Merge pull request #182783 from r-ryantm/auto-update/nbstripout

nbstripout: 0.5.0 -> 0.6.0
This commit is contained in:
figsoda 2022-07-26 22:35:08 +08:00 committed by GitHub
commit f26b767ef0
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.5.0";
version = "0.6.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 = "86ab50136998d62c9fa92478d2eb9ddc4137e51a28568f78fa8f24a6fbb6a7d8";
sha256 = "sha256-TWxDAhVqskaMyOcgLvKPNN2RhFFOIeRDQLzShpaMgss=";
};
# for some reason, darwin uses /bin/sh echo native instead of echo binary, so