guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: r-giotto: Update to 1.1.2-1.3c8067c.


From: guix-commits
Subject: branch master updated: gnu: r-giotto: Update to 1.1.2-1.3c8067c.
Date: Wed, 28 Dec 2022 13:27:19 -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 bbada5967d gnu: r-giotto: Update to 1.1.2-1.3c8067c.
bbada5967d is described below

commit bbada5967d791776c7f6a81e272a0e6a67d216bb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Dec 28 19:26:10 2022 +0100

    gnu: r-giotto: Update to 1.1.2-1.3c8067c.
    
    * gnu/packages/bioinformatics.scm (r-giotto): Update to 1.1.2-1.3c8067c.
---
 gnu/packages/bioinformatics.scm | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 8cdce01e73..c2e6b9f320 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -12785,20 +12785,20 @@ is then merged.")
       (license license:gpl2))))
 
 (define-public r-giotto
-  (let ((commit "68d7390dce87223cac11d4d8f31705fe0144d011")
+  (let ((commit "3c8067cedbf6e3112edcac2ae796de05fd9d6fe4")
         (revision "1"))
     (package
       (name "r-giotto")
-      (version (git-version "1.1.1" revision commit))
-      (source
-       (origin
-         (method git-fetch)
-         (uri (git-reference
-               (url "https://github.com/RubD/Giotto/";)
-               (commit commit)))
-         (file-name (git-file-name name version))
-         (sha256
-          (base32 "0mv60khc05wrxzr4ir6cirn7dpqvgwan5hm00lmafsyalr51nf5i"))))
+      (version (git-version "1.1.2" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/RubD/Giotto/";)
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "1nbbqs0jk07wafshvqsdp8ds3kr9bwq88aafc5m0kdiqs7winb0d"))))
       (properties `((upstream-name . "Giotto")))
       (build-system r-build-system)
       (propagated-inputs



reply via email to

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