3
0
Fork 0
forked from mirrors/nixpkgs

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

python27Packages.sh: 1.13.1 -> 1.14.0
This commit is contained in:
Mario Rodas 2020-10-03 22:27:58 -05:00 committed by GitHub
commit 0814821151
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.13.1";
version = "1.14.0";
src = fetchPypi {
inherit pname version;
sha256 = "18w6wawmpzfh52s0jimwn59a7rfa7blrmg7bhwnq8siwbqhd58wp";
sha256 = "05c7e520cdf70f70a7228a03b589da9f96c6e0d06fc487ab21fc62b26a592e59";
};
patches = [