Merge pull request #54718 from r-ryantm/auto-update/python3.7-astral

python37Packages.astral: 1.7.1 -> 1.8
This commit is contained in:
Florian Klink 2019-01-28 02:16:35 +01:00 committed by GitHub
commit d5881eb5f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "astral";
version = "1.7.1";
version = "1.8";
src = fetchPypi {
inherit pname version;
sha256 = "01raz1c29v08f05l395v1hxllad35m5ld1jj51knb53c0396y248";
sha256 = "1j4rzmm0im8997c7b64kfq099531qcxp6xzh0dhyb4f5176lqqkx";
};
propagatedBuildInputs = [ pytz requests ];