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

nbstripout: 0.3.9 -> 0.5.0

authored by

Artturi and committed by
GitHub
93a03701 19eaa88a

+2 -2
+2 -2
pkgs/applications/version-management/nbstripout/default.nix
··· 2 2 3 3 with python.pkgs; 4 4 buildPythonApplication rec { 5 - version = "0.3.9"; 5 + version = "0.5.0"; 6 6 pname = "nbstripout"; 7 7 8 8 # Mercurial should be added as a build input but because it's a Python ··· 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - sha256 = "b46dddbf78b8b137176bc72729124e378242ef9ce93af63f6e0a8c4850c972e7"; 17 + sha256 = "86ab50136998d62c9fa92478d2eb9ddc4137e51a28568f78fa8f24a6fbb6a7d8"; 18 18 }; 19 19 20 20 # for some reason, darwin uses /bin/sh echo native instead of echo binary, so