guix-commits
[Top][All Lists]
Advanced

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

04/353: gnu: r-aneufinder: Update to 1.22.0.


From: guix-commits
Subject: 04/353: gnu: r-aneufinder: Update to 1.22.0.
Date: Thu, 4 Nov 2021 18:13:30 -0400 (EDT)

rekado pushed a commit to branch r-updates
in repository guix.

commit 1596dff69649d3ceb18f44046ec156cd6da241e1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 22:03:50 2021 +0000

    gnu: r-aneufinder: Update to 1.22.0.
    
    * gnu/packages/bioconductor.scm (r-aneufinder): Update to 1.22.0.
---
 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 eb93407..1aa9a30 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1055,13 +1055,13 @@ All datasets are restricted to protein coding genes.")
 (define-public r-aneufinder
   (package
     (name "r-aneufinder")
-    (version "1.20.0")
+    (version "1.22.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "AneuFinder" version))
               (sha256
                (base32
-                "0m6wphlriq7y21ih1p2kzml5jzcic79jc52kkk59dkjj8j88yllk"))))
+                "0xn8952fkchhx7m8dam6gjy86j551xp1cs67510s1qrmfgzpkjp0"))))
     (build-system r-build-system)
     (native-inputs
      `(("r-knitr" ,r-knitr)))



reply via email to

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