python37Packages.astral: 1.7.1 -> 1.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-astral/versions
This commit is contained in:
R. RyanTM 2019-01-27 10:52:35 -08:00
parent 4866cbe341
commit cd0e669d80

View File

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