* [bug#74160] [PATCH] gnu: r-demultiplex2: Update to (git-version 1.0.1 revision commit).
@ 2024-11-01 14:38 Navid Afkhami
0 siblings, 0 replies; only message in thread
From: Navid Afkhami @ 2024-11-01 14:38 UTC (permalink / raw)
To: 74160; +Cc: Navid Afkhami
* 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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-11-01 14:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-01 14:38 [bug#74160] [PATCH] gnu: r-demultiplex2: Update to (git-version 1.0.1 revision commit) Navid Afkhami
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.