diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-05-31 12:15:25 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-05-31 18:19:55 +0200 |
commit | 4560bd6f51f5eca0932023718e71b36a48bd3341 (patch) | |
tree | eec44a4528a451360b6c9eeb290a3c3682391ab9 | |
parent | 131db17bd5127186503ff910e0bc31f622ea0925 (diff) | |
download | guix-4560bd6f51f5eca0932023718e71b36a48bd3341.tar.gz |
gnu: r-dismo: Update to 1.3-14.
* gnu/packages/cran.scm (r-dismo): Update to 1.3-14.
-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 2f586f7a0d..b48c6e3578 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -37365,14 +37365,14 @@ to archive and assign DOIs to data, software, figures, and more.") (define-public r-dismo (package (name "r-dismo") - (version "1.3-9") + (version "1.3-14") (source (origin (method url-fetch) (uri (cran-uri "dismo" version)) (sha256 (base32 - "1vmyjch2nv7x80kj453bjbzfsdyhcmf9hw68lh2b05kpnqfm491r")))) + "1msc75xnc9lbnn8pivd5j4jvb1b9p3xgybfm2ak2mpb2aplz5837")))) (properties `((upstream-name . "dismo"))) (build-system r-build-system) (propagated-inputs |