python3Packages.astropy: 7.1.1 -> 7.2.0
https://docs.astropy.org/en/v7.2.0/changelog.html This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "astropy";
|
||||
version = "7.1.1";
|
||||
version = "7.2.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.11";
|
||||
@@ -64,7 +64,7 @@ buildPythonPackage rec {
|
||||
owner = "astropy";
|
||||
repo = "astropy";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-cvwwTa6eJYncB2V6UCuBrQ5WRRvjgZF5/z4d7Z/uHc8=";
|
||||
hash = "sha256-U9kCzyOZcttlUP0DUGkhJVkk96sBM/Gm/s5ZPJZcEoA=";
|
||||
};
|
||||
|
||||
env = lib.optionalAttrs stdenv.cc.isClang {
|
||||
|
||||
Reference in New Issue
Block a user