GNU bug report logs -
#74160
[PATCH] gnu: r-demultiplex2: Update to (git-version 1.0.1 revision commit).
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 74160 in the body.
You can then email your comments to 74160 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#74160
; Package
guix-patches
.
(Fri, 01 Nov 2024 14:40:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 01 Nov 2024 14:40:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Ricardo Wurmus <rekado <at> elephly.net>
:
You have taken responsibility.
(Tue, 05 Nov 2024 10:01:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
:
bug acknowledged by developer.
(Tue, 05 Nov 2024 10:01:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 74160-done <at> debbugs.gnu.org (full text, mbox):
Thanks, I've applied it with a change to the commit message to
refer to
the actual version string.
--
Ricardo
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 03 Dec 2024 12:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 248 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.