Merge pull request #103056 from r-ryantm/auto-update/python2.7-sh

python27Packages.sh: 1.14.0 -> 1.14.1
This commit is contained in:
Mario Rodas 2020-11-07 01:44:50 -05:00 committed by GitHub
commit 232ad805f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "sh";
version = "1.14.0";
version = "1.14.1";
src = fetchPypi {
inherit pname version;
sha256 = "05c7e520cdf70f70a7228a03b589da9f96c6e0d06fc487ab21fc62b26a592e59";
sha256 = "39aa9af22f6558a0c5d132881cf43e34828ca03e4ae11114852ca6a55c7c1d8e";
};
patches = [