GNU bug report logs - #74160
[PATCH] gnu: r-demultiplex2: Update to (git-version 1.0.1 revision commit).

Previous Next

Package: guix-patches;

Reported by: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>

Date: Fri, 1 Nov 2024 14:40:01 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ricardo Wurmus <rekado <at> elephly.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#74160: closed ([PATCH] gnu: r-demultiplex2: Update to
 (git-version 1.0.1 revision commit).)
Date: Tue, 05 Nov 2024 10:01:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 05 Nov 2024 11:00:01 +0100
with message-id <87ikt2gfvi.fsf <at> elephly.net>
and subject line [PATCH] gnu: r-demultiplex2: Update to (git-version 1.0.1 revision commit).
has caused the debbugs.gnu.org bug report #74160,
regarding [PATCH] gnu: r-demultiplex2: Update to (git-version 1.0.1 revision commit).
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
74160: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74160
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Cc: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
Subject: [PATCH] gnu: r-demultiplex2: Update to (git-version 1.0.1 revision
 commit).
Date: Fri, 1 Nov 2024 14:38:26 +0000
* gnu/packages/bioinformatics.scm (r-demultiplex2): Update to (git-version 1.0.1 revision commit).

Change-Id: Ic08756e0347ab6997fec0129a06923aebb9c7836
---
 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 3c1c180b7c..610935a624 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -13019,20 +13019,20 @@ (define-public r-demultiplex
       (license license:cc0))))
 
 (define-public r-demultiplex2
-  (let ((commit "e42bc8310c0ea035af100e6ccea59b46ad6385f5")
+  (let ((commit "92130a626249194ef7f6c0b1aecad6ac210e258b")
         (revision "1"))
     (package
       (name "r-demultiplex2")
-      (version (git-version "1.0.0" revision commit))
-      (source (origin
-                (method git-fetch)
-                (uri (git-reference
-                      (url "https://github.com/Gartner-Lab/deMULTIplex2")
-                      (commit commit)))
-                (file-name (git-file-name name version))
-                (sha256
-                 (base32
-                  "15f3kshsdvm97w24ql9b1wjlfbabimdsam0482hg7jivlvpl8j9w"))))
+      (version (git-version "1.0.1" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/Gartner-Lab/deMULTIplex2")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1jfjmg7vlbpc90ljg2bwn9hfd67fiicr6a2pg4820hgm9876m3v7"))))
       (properties `((upstream-name . "deMULTIplex2")))
       (build-system r-build-system)
       (propagated-inputs (list r-data-table

base-commit: a007045b7c6d26a8a051356c51481beaed6a2bfd
-- 
2.43.0



[Message part 3 (message/rfc822, inline)]
From: Ricardo Wurmus <rekado <at> elephly.net>
To: 74160-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: r-demultiplex2: Update to (git-version 1.0.1 revision
 commit).
Date: Tue, 05 Nov 2024 11:00:01 +0100
Thanks, I've applied it with a change to the commit message to 
refer to
the actual version string.

-- 
Ricardo


This bug report was last modified 249 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.