guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

118/213: gnu: python-astral: Remove old version of dataclasses.


From: guix-commits
Subject: 118/213: gnu: python-astral: Remove old version of dataclasses.
Date: Fri, 10 Jan 2025 10:43:04 -0500 (EST)

rekado pushed a commit to branch python-team
in repository guix.

commit e0d2e915e9797414c953757eeaf5b3e38751a68e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jan 2 17:49:12 2025 +0100

    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
---
 gnu/packages/astronomy.scm | 4 ++--
 1 file 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 <tikhonenko@mpe.mpg.de>
 ;;; Copyright © 2023 Andreas Enge <andreas@enge.fr>
 ;;; Copyright © 2023 Simon Tournier <zimon.toutoune@gmail.com>
-;;; Copyright © 2024 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2024-2025 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2024 Andy Tai <lichengtai@gmail.com>
 ;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
 ;;;
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]