guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

100/158: gnu: r-europepmc: Update to 0.4.2.


From: guix-commits
Subject: 100/158: gnu: r-europepmc: Update to 0.4.2.
Date: Mon, 28 Aug 2023 11:11:42 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 64d83061951c7e8938103e93e57e63393d856a22
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Aug 28 14:21:02 2023 +0200

    gnu: r-europepmc: Update to 0.4.2.
    
    * gnu/packages/cran.scm (r-europepmc): Update to 0.4.2.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 43a3a29785..e4a40ba857 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23451,14 +23451,14 @@ range of inputs and can be visualized in numerous 
ways.")
 (define-public r-europepmc
   (package
     (name "r-europepmc")
-    (version "0.4.1")
+    (version "0.4.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "europepmc" version))
        (sha256
         (base32
-         "16japbndid34shqg8n0bmjrxn84xmhrylvz832zclcllm6i93fn1"))))
+         "0p04gi06iwdcsj6abh7pwdghc8fs9sf2abd8vwr550c9879g1x5w"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-dplyr



reply via email to

[Prev in Thread] Current Thread [Next in Thread]