me
/
guix
Archived
1
0
Fork 0

gnu: r-leaps: Update to 3.2.

* gnu/packages/cran.scm (r-leaps): Update to 3.2.

Change-Id: I4120c5eba8e9e9e30180c724989f9adae800b7a4
master
Ricardo Wurmus 2024-07-02 14:58:36 +02:00
parent 11ef7bdb64
commit 9c9427b1e7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -11993,14 +11993,14 @@ documents.")
(define-public r-leaps (define-public r-leaps
(package (package
(name "r-leaps") (name "r-leaps")
(version "3.1") (version "3.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "leaps" version)) (uri (cran-uri "leaps" version))
(sha256 (sha256
(base32 (base32
"1dn3yl1p03n0iynd1vsdkrr0fhmvgrmfkv37y7n371765h83lz1x")))) "1bbgm6l12gj1y28ks21awxphpmp07hb0ffiyrw7dqp3fcyxvxmm0"))))
(build-system r-build-system) (build-system r-build-system)
(native-inputs (list gfortran)) (native-inputs (list gfortran))
(home-page "https://cran.r-project.org/web/packages/leaps/") (home-page "https://cran.r-project.org/web/packages/leaps/")