python37Packages.shellingham: 1.2.7 -> 1.2.8

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 2018-12-24 12:30:11 -08:00 committed by Frederik Rietdijk
parent 106d46a0f3
commit f09e4a42af

View File

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