guix-patches
[Top][All Lists]
Advanced

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

[bug#77394] [PATCH 1/5] gnu: inchi: Update to 1.07.3.


From: Andreas Enge
Subject: [bug#77394] [PATCH 1/5] gnu: inchi: Update to 1.07.3.
Date: Mon, 7 Apr 2025 12:36:04 +0200

Hello David,

thanks for the patches!

Am Sun, Mar 30, 2025 at 10:06:54PM +0000 schrieb David Elsing:
> [native-inputs]: Remove input label.
>      ;; Update the inchi-doc native input when updating inchi.
> -    (native-inputs
> -     `(("unzip" ,unzip)
> -       ("inchi-doc"
> -        ,(origin
> -           (method url-fetch)
> -           (uri (string-append "http://www.inchi-trust.org/download/";
> -                                  (string-join (string-split version #\.) "")
> -                                  "/INCHI-1-DOC.zip"))
> -           (sha256
> -            (base32
> -             "1kyda09i9p89xfq90ninwi7w13k1w3ljpl4gqdhpfhi5g8fgxx7f"))
> -           (file-name (string-append name "-" version ".zip"))))))
> +    (native-inputs (list unzip))

You also dropped the documentation native input. Is that intended?

Andreas






reply via email to

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