gnu: r-gprofiler2: Update to 0.2.3.

* gnu/packages/cran.scm (r-gprofiler2): Update to 0.2.3.

Change-Id: Ic6d1fcedc78d98c7d9dde719a98db283e8e3d9ef
This commit is contained in:
Ricardo Wurmus 2024-02-26 12:25:10 +01:00
parent 16c239d5d8
commit 2bf5d4336d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2767,14 +2767,14 @@ organisms via the @code{g:Profiler} toolkit.")
(define-public r-gprofiler2
(package
(name "r-gprofiler2")
(version "0.2.2")
(version "0.2.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "gprofiler2" version))
(sha256
(base32
"1zbfvpb4qqj6vipz0ps4pyy14h6rc4jaqfa8q4zrbhi5vvw9805r"))))
"1klmg0zj5kr663dzgfzpy1yn161znmjcjq8pl3rahjh2lwaahbmh"))))
(properties `((upstream-name . "gprofiler2")))
(build-system r-build-system)
(propagated-inputs