summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2026-01-14 19:42:16 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:28:20 +0100
commit2fc2bd577ed7a082d759b1d65bcb7bd2b426914f (patch)
tree1547a1d022492fcd1b90c1fd44cce3c9d47e2825 /gnu
parent7e0ab6c845917cb2aee04cf6d27e222fb539900a (diff)
gnu: r-leidenbase: Update to 0.1.36.
* gnu/packages/cran.scm (r-leidenbase): Update to 0.1.36. Change-Id: I42b9ca52dbcdcec3ea27068a8dbd8f0b1fc6d011 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 05dbcaff3e..7a987a3ee5 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -40725,13 +40725,13 @@ on graphs of millions of nodes (as long as they can fit in memory).")
(define-public r-leidenbase
(package
(name "r-leidenbase")
- (version "0.1.35")
+ (version "0.1.36")
(source
(origin
(method url-fetch)
(uri (cran-uri "leidenbase" version))
(sha256
- (base32 "0zc0kzycv4446jq38w1aii2rfmhc37cframh4b1fqvbvjvxf2f83"))))
+ (base32 "18mqaylfvk9w5v86s7v1cnj5plqn4mkjnc5wwjkzzim54sd98gg5"))))
(properties `((upstream-name . "leidenbase")))
(build-system r-build-system)
(inputs (list libxml2 zlib))