diff options
author | Ricardo Wurmus <[email protected]> | 2025-01-02 17:49:12 +0100 |
---|---|---|
committer | Ricardo Wurmus <[email protected]> | 2025-01-20 21:37:31 +0100 |
commit | 041fc97478a30b00c49a67e9fd75f18b0fb920f6 (patch) | |
tree | 77ac79f036d2d293c4b408ef773c224e8f94e56d | |
parent | da2b8fcc54749ffe8b164e5c4e3c36c627738cb6 (diff) |
gnu: python-astral: Remove old version of dataclasses.
A newer version of dataclasses is part of Python.
* gnu/packages/astronomy.scm (python-astral)[propagated-inputs]: Remove
python-dataclasses.
Change-Id: Iddad48948aab9015defc57834fa63213801262d2
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 89d467b977..0110d73ff0 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -12,7 +12,7 @@ ;;; Copyright © 2023-2024 Iliya Tikhonenko <[email protected]> ;;; Copyright © 2023 Andreas Enge <[email protected]> ;;; Copyright © 2023 Simon Tournier <[email protected]> -;;; Copyright © 2024 Ricardo Wurmus <[email protected]> +;;; Copyright © 2024-2025 Ricardo Wurmus <[email protected]> ;;; Copyright © 2024 Andy Tai <[email protected]> ;;; Copyright © 2024 Artyom V. Poptsov <[email protected]> ;;; @@ -1792,7 +1792,7 @@ specification.") python-pytest python-setuptools-scm)) (propagated-inputs - (list python-dataclasses python-pytest python-pytz)) + (list python-pytest python-pytz)) (home-page "https://github.com/sffjunkie/astral") (synopsis "Calculations for the position of the sun and moon") (description "Astral is a Python module that calculates times for various |