diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-11-04 08:23:35 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-11-04 10:01:11 +0100 |
commit | a8736b86c50874cd7805813235873d7da719af92 (patch) | |
tree | 3ea5b0ad3f063afd1242ce8ab9864b19fa802384 /gnu | |
parent | bba15765b62146d147e9ace55d4cbdb41eadd128 (diff) | |
download | guix-a8736b86c50874cd7805813235873d7da719af92.tar.gz |
gnu: r-rcppgsl: Update to 0.3.12.
* gnu/packages/cran.scm (r-rcppgsl): Update to 0.3.12.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 7e4018c499..ca8e4dec9c 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -13848,13 +13848,13 @@ and related methods.") (define-public r-rcppgsl (package (name "r-rcppgsl") - (version "0.3.11") + (version "0.3.12") (source (origin (method url-fetch) (uri (cran-uri "RcppGSL" version)) (sha256 - (base32 "1a5dms0axlzgpv1z2bhfrb77497h0ch1yslq0gidj14vr4kfm57h")))) + (base32 "1qmrwd0zc0kwbhpwxg5s5fxp0pmfh0hwcli8vqh1q41997yyy14m")))) (properties `((upstream-name . "RcppGSL"))) (build-system r-build-system) (propagated-inputs |