mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
python312Packages.asdf-astropy: 0.6.1 -> 0.7.0
Diff: https://github.com/astropy/asdf-astropy/compare/refs/tags/0.6.1...0.7.0 Changelog: https://github.com/astropy/asdf-astropy/blob/0.7.0/CHANGES.rst
This commit is contained in:
parent
d683528605
commit
5dcbf2c8ec
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "asdf-astropy";
|
pname = "asdf-astropy";
|
||||||
version = "0.6.1";
|
version = "0.7.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.10";
|
disabled = pythonOlder "3.10";
|
||||||
@ -28,7 +28,7 @@ buildPythonPackage rec {
|
|||||||
owner = "astropy";
|
owner = "astropy";
|
||||||
repo = "asdf-astropy";
|
repo = "asdf-astropy";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-dOd9QdBOu7QotRiHkXJoIqaHG6U9odTlRmy22/nvvuw=";
|
hash = "sha256-xtDpKlAExMTYNopS9cAhLU2ZnHhtHHaV3KjWCq0yapE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user