python37Packages.authres: 1.1.1 -> 1.2.0

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-authres/versions
This commit is contained in:
R. RyanTM 2019-08-20 02:37:07 -07:00
parent ffbb4d26f9
commit 0302d8de30

View File

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