me
/
guix
Archived
1
0
Fork 0

gnu: r-uuid: Update to 1.1-0.

* gnu/packages/cran.scm (r-uuid): Update to 1.1-0.
master
Ricardo Wurmus 2022-05-28 08:30:18 +02:00
parent c0d9536403
commit fb302963e4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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