me
/
guix
Archived
1
0
Fork 0

gnu: r-udunits2: Update to 0.13.1.

* gnu/packages/cran.scm (r-udunits2): Update to 0.13.1.
master
Ricardo Wurmus 2021-11-23 15:23:24 +01:00
parent fa1fc897b6
commit e787bfbd94
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -16442,14 +16442,14 @@ classes.")
(define-public r-udunits2
(package
(name "r-udunits2")
(version "0.13")
(version "0.13.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "udunits2" version))
(sha256
(base32
"0yav7rm2afcx67xqrknybxgz7x63w78zyxa0xifvc0k2gz0d6mfi"))))
"1l889f8iy8qaacxfs6ll62d6hs8g8qsr5ynn24grpvp8dk8l888w"))))
(properties `((upstream-name . "udunits2")))
(build-system r-build-system)
(inputs