[PATCH] Bump deMULTIplex2 version from 1.0.1 to 1.0.2

  • Done
  • quality assurance status badge
Details
2 participants
  • Navid Afkhami
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Navid Afkhami
Severity
normal

Debbugs page

Navid Afkhami wrote 4 months ago
(address . guix-patches@gnu.org)(name . Navid Afkhami)(address . navid.afkhami@mdc-berlin.de)
9282b52bdefdab199a44bd785d9c4453a1d35d16.1730974543.git.navid.afkhami@mdc-berlin.de
Change-Id: I42038c8f4a003ae5c274fe635ddb8c2a027ddce4
---
gnu/packages/bioinformatics.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Toggle diff (34 lines)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 4d6bb4ae0e..35ff96ce42 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -13071,11 +13071,11 @@ (define-public r-demultiplex
(license license:cc0))))
(define-public r-demultiplex2
- (let ((commit "92130a626249194ef7f6c0b1aecad6ac210e258b")
- (revision "1"))
+ (let ((commit "c1ce09e8b5784b485680cf96b90bbc12eed96907")
+ (revision "2"))
(package
(name "r-demultiplex2")
- (version (git-version "1.0.1" revision commit))
+ (version (git-version "1.0.2" revision commit))
(source
(origin
(method git-fetch)
@@ -13084,7 +13084,7 @@ (define-public r-demultiplex2
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "1jfjmg7vlbpc90ljg2bwn9hfd67fiicr6a2pg4820hgm9876m3v7"))))
+ (base32 "0fid5yh0hqg477h5xxq6c8yh8zs5jawjskzns05rndxhbzm51lpr"))))
(properties `((upstream-name . "deMULTIplex2")))
(build-system r-build-system)
(propagated-inputs (list r-data-table

base-commit: fea85206275f28108cc9cfbce7b2e0d1147abd1e
prerequisite-patch-id: 8f31c5ea3685b59fb6907a9582c0ca537c9c38bd
prerequisite-patch-id: e9f28e6ac20c9572b3cc53ab09c4083161bfdf8d
--
2.43.0
Ricardo Wurmus wrote 4 months ago
(address . 74237-done@debbugs.gnu.org)
874j4jfi6e.fsf@elephly.net
Thanks for the patch. Pushed with a changed commit message.

--
Ricardo
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 74237@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74237
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help