me
/
guix
Archived
1
0
Fork 0

gnu: r-tune: Update to 1.2.1.

* gnu/packages/cran.scm (r-tune): Update to 1.2.1.

Change-Id: I9167af6ef9f2d7046765ff818c836ba962f6cc7e
master
Ricardo Wurmus 2024-04-22 12:34:17 +02:00
parent 3989dca8a1
commit 8a7eea118f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -36217,14 +36217,14 @@ for creating, simulating, or validating values for such parameters.")
(define-public r-tune
(package
(name "r-tune")
(version "1.2.0")
(version "1.2.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "tune" version))
(sha256
(base32
"1z5id7mp9yknxz4lbb0304wn47ii61zmds3grffc4q84v3d9gb76"))))
"1qb4ncadq10pzy8xhkpgg06raahbv6n8002wdjdh4jlv73hsk6ki"))))
(properties `((upstream-name . "tune")))
(build-system r-build-system)
(propagated-inputs