me
/
guix
Archived
1
0
Fork 0

gnu: r-laeken: Update to 0.5.3.

* gnu/packages/cran.scm (r-laeken): Update to 0.5.3.

Change-Id: I9ab9a89d88511b80efb912119ec81a24fafceb84
master
Ricardo Wurmus 2024-01-30 15:48:55 +01:00
parent f3af65b8d0
commit 775ae73c3d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9718,14 +9718,14 @@ where possible.")
(define-public r-laeken
(package
(name "r-laeken")
(version "0.5.2")
(version "0.5.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "laeken" version))
(sha256
(base32
"1p3ccbaydlr52p8qmgmm2l6kryvq6jjjx7mqn2vv0gpjaxqhyy92"))))
"02z8jyya6xv0pyfqaalbry174fw44h13s7p1jk5b4h9a9x4myjb0"))))
(build-system r-build-system)
(propagated-inputs
(list r-boot r-mass))