~ruther/guix-local

1ef2e0bdf3d62137bb64e98a34f69e2c3454f3f1 — Sharlatan Hellseher 2 years ago d327eb2
gnu: wcslib: Update to 8.2.2.

* gnu/packages/astronomy.scm (wcslib): Update to 8.2.2.

Change-Id: Id5ae03974956fe90b4970c1e879fd670c7b537dd
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +2 -2
@@ 757,14 757,14 @@ corrections.")
(define-public wcslib
  (package
    (name "wcslib")
    (version "8.1")
    (version "8.2.2")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "https://www.atnf.csiro.au/people/mcalabre/WCS/"
                           "wcslib-" version ".tar.bz2"))
       (sha256
        (base32 "17hjnkwn2rd5d9krw2n637q4y8ma4nzk2i55zzn8l2yimdpkxwib"))
        (base32 "0cvqppjf7gk0f3rs9cc46h5fffv2l8ylrb234r9fbx0px0525632"))
       (snippet
        #~(begin (use-modules (guix build utils))
                 (delete-file-recursively "C/flexed")))))