guix-commits
[Top][All Lists]
Advanced

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

17/55: gnu: r-pfam-db: Update to 3.18.0.


From: guix-commits
Subject: 17/55: gnu: r-pfam-db: Update to 3.18.0.
Date: Mon, 22 Jan 2024 08:00:59 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit b6fb97a250b71b42e66790e6adfceda242474eff
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 22 13:44:13 2024 +0100

    gnu: r-pfam-db: Update to 3.18.0.
    
    * gnu/packages/bioconductor.scm (r-pfam-db): Update to 3.18.0.
    
    Change-Id: Iee6ad8fe9188cb6eb5df5f163e5af228a783b682
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 341557222f..5968997b9d 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1487,13 +1487,13 @@ data (chip hgu133plus2) assembled using data from 
public repositories.")
 (define-public r-pfam-db
   (package
     (name "r-pfam-db")
-    (version "3.15.0")
+    (version "3.18.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "PFAM.db" version 'annotation))
        (sha256
-        (base32 "03vjfb9vx1gxrw1jkq6y4i46qhjj9z2mkdiflglbd6kpfrgnl0z7"))))
+        (base32 "15m7qfvz53jkdmx90y7rvy62myr4y3hdy414yqi0w3ch32vy78nr"))))
     (properties `((upstream-name . "PFAM.db")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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