guix-patches
[Top][All Lists]
Advanced

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

[bug#65814] [PATCH 09/19] gnu: python-crds: Update to 11.17.4.


From: Christopher Baines
Subject: [bug#65814] [PATCH 09/19] gnu: python-crds: Update to 11.17.4.
Date: Wed, 27 Sep 2023 11:51:13 +0100
User-agent: mu4e 1.10.5; emacs 28.2

Sharlatan Hellseher <sharlatanus@gmail.com> writes:

> * gnu/packages/astronomy.scm (python-crds): Update to 11.17.4.
> ---
>  gnu/packages/astronomy.scm | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
> index 453571325f..cf524a2f6c 100644
> --- a/gnu/packages/astronomy.scm
> +++ b/gnu/packages/astronomy.scm
> @@ -1692,13 +1692,13 @@ (define-public python-cdflib
>  (define-public python-crds
>    (package
>      (name "python-crds")
> -    (version "11.17.0")
> +    (version "11.17.4")
>      (source (origin
>                (method url-fetch)
>                (uri (pypi-uri "crds" version))
>                (sha256
>                 (base32
> -                "0sdz1k4hrgrc2jwihp9ns7lx23kcz7f90c222q7aaqf9g3vvpqlr"))))
> +                "0bk6cyd2il7ibqwky6m5kkgs9shrlzyfpnp2rh9jx0xa9habf7zm"))))
>      (build-system pyproject-build-system)
>      (arguments
>       (list
> @@ -1710,7 +1710,6 @@ (define-public python-crds
>                               python-astropy
>                               python-boto3
>                               python-filelock
> -                             python-lxml
>                               python-numpy
>                               python-parsley
>                               python-pysynphot

This change, assuming it's intentional can be mentioned in the commit
message changelog like:

[propagated-inputs]: Remove python-lxml.

Attachment: signature.asc
Description: PGP signature


reply via email to

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