3
0
Fork 0
forked from mirrors/nixpkgs

python36Packages.shellingham: 1.2.6 -> 1.2.7

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.6-shellingham/versions
This commit is contained in:
R. RyanTM 2018-10-23 22:43:19 -07:00 committed by Frederik Rietdijk
parent 20576db4b3
commit 36f54007f9

View file

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