python37Packages.shellingham: 1.2.8 -> 1.3.0 (#57456)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-shellingham/versions
This commit is contained in:
R. RyanTM 2019-03-26 05:23:28 -07:00 committed by Robert Schütz
parent 0a06afa7ed
commit d0d43fb21c

View File

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "shellingham";
version = "1.2.8";
version = "1.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "115k1z2klgsvyzg4q5ip0iqxyb565pkchhf2fsr846k68gqcgrjn";
sha256 = "116r78nhw74rh857kv9l614xjr6k89919s6l8b14hlvy8fz8rg51";
};
meta = with stdenv.lib; {