GNU bug report logs -
#74160
[PATCH] gnu: r-demultiplex2: Update to (git-version 1.0.1 revision commit).
Previous Next
Full log
View this message in rfc822 format
[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)]
* 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)]
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.