guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: r-cytonorm: Update to 0.0.10-1.166f9ff.


From: guix-commits
Subject: branch master updated: gnu: r-cytonorm: Update to 0.0.10-1.166f9ff.
Date: Mon, 16 Jan 2023 17:58:09 -0500

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bdcdab3676 gnu: r-cytonorm: Update to 0.0.10-1.166f9ff.
bdcdab3676 is described below

commit bdcdab36769d6d3013262724daadd2cb79977328
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 16 23:52:56 2023 +0100

    gnu: r-cytonorm: Update to 0.0.10-1.166f9ff.
    
    * gnu/packages/bioinformatics.scm (r-cytonorm): Update to 0.0.10-1.166f9ff.
---
 gnu/packages/bioinformatics.scm | 23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 6dd2e8250c..bc91a80f1f 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -17541,21 +17541,20 @@ Genomics with R\".")
       (license license:gpl3))))
 
 (define-public r-cytonorm
-  (let ((commit "e4b9d343ee65db3c422800f1db3e77c25abde987")
+  (let ((commit "166f9ff3d692278241018c2846cb4f86ab16065b")
         (revision "1"))
     (package
       (name "r-cytonorm")
-      (version (git-version "0.0.7" revision commit))
-      (source
-       (origin
-         (method git-fetch)
-         (uri (git-reference
-               (url "https://github.com/saeyslab/CytoNorm";)
-               (commit commit)))
-         (file-name (git-file-name name version))
-         (sha256
-          (base32
-           "0h2rdy15i4zymd4dv60n5w0frbsdbmzpv99dgm0l2dn041qv7fah"))))
+      (version (git-version "0.0.10" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/saeyslab/CytoNorm";)
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "0vbqy3b26j1zqmwgqx59kkn9pm2m0qwlcppskvahrxcwrj6m1s5y"))))
       (properties `((upstream-name . "CytoNorm")))
       (build-system r-build-system)
       (propagated-inputs



reply via email to

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