me
/
guix
Archived
1
0
Fork 0

gnu: r-uuid: Update to 1.0-4.

* gnu/packages/cran.scm (r-uuid): Update to 1.0-4.
master
Ricardo Wurmus 2022-04-11 18:01:07 +02:00
parent 848a5f084d
commit 87e22a6ee3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6460,14 +6460,14 @@ packages that work with genomic data.")
(define-public r-uuid
(package
(name "r-uuid")
(version "1.0-3")
(version "1.0-4")
(source
(origin
(method url-fetch)
(uri (cran-uri "uuid" version))
(sha256
(base32
"0il35jnci537r8zkinyiy5jp5q530p85ln6dswpj884zclrlcvj5"))))
"08j3ylf49l9qslhlcxvix3mqw6hh8kxainnklv0qmwmwj6q6i5i8"))))
(build-system r-build-system)
(home-page "https://www.rforge.net/uuid")
(synopsis "Tools for generating and handling of UUIDs")