[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: r-demultiplex2: Update to 1.0.1-1.92130a6.
From: |
guix-commits |
Subject: |
branch master updated: gnu: r-demultiplex2: Update to 1.0.1-1.92130a6. |
Date: |
Tue, 05 Nov 2024 04:59:07 -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 254f465b61 gnu: r-demultiplex2: Update to 1.0.1-1.92130a6.
254f465b61 is described below
commit 254f465b611383d80c08786bc3a8ae32b72066ab
Author: Navid Afkhami <navid.afkhami@mdc-berlin.de>
AuthorDate: Fri Nov 1 14:38:26 2024 +0000
gnu: r-demultiplex2: Update to 1.0.1-1.92130a6.
* gnu/packages/bioinformatics.scm (r-demultiplex2): Update to
1.0.1-1.92130a6.
Change-Id: Ic08756e0347ab6997fec0129a06923aebb9c7836
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
---
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 748b1901b6..b0e929506f 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -13071,20 +13071,20 @@ includes software to
(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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: r-demultiplex2: Update to 1.0.1-1.92130a6.,
guix-commits <=