python36Packages.authres: 1.1.0 -> 1.1.1

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-authres/versions
This commit is contained in:
R. RyanTM 2018-11-09 02:04:09 -08:00
parent a054d74507
commit 71416f0d02

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "authres";
version = "1.1.0";
version = "1.1.1";
src = fetchPypi {
inherit pname version;
sha256 = "1mcllhrwr23hwa2jn3m15k29ks1205ymwafjzchh8ma664hnzv6v";
sha256 = "0bxclx021zn4hhrpaw5fl61bhnf17yqjd0pvwxqfqwdkxdjpx37b";
};
checkPhase = ''