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:
parent
4866cbe341
commit
cd0e669d80
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in a new issue