me
/
guix
Archived
1
0
Fork 0

gnu: r-unigd: Update to 0.1.2.

* gnu/packages/cran.scm (r-unigd): Update to 0.1.2.

Change-Id: I7550fc0173f497e904fc7f729c0d798a9c71ece1
master
Ricardo Wurmus 2024-07-02 14:58:42 +02:00
parent d7e5067556
commit 05a73e4089
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -24092,13 +24092,13 @@ utilities for sequence data management under the ACNUC system.")
(define-public r-unigd
(package
(name "r-unigd")
(version "0.1.1")
(version "0.1.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "unigd" version))
(sha256
(base32 "0q6nix6pqjg7adfyisg6zn7hzwkdmz1dhd34c6a58dsg2yq1qh1a"))))
(base32 "0iykjsfi8rjayrb4nhnm8ifdlsaxr7918bk6ackgfj1qz5g33wr7"))))
(properties `((upstream-name . "unigd")))
(build-system r-build-system)
(inputs (list cairo fontconfig freetype libpng zlib))