all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Navid Afkhami <navid.afkhami@mdc-berlin.de>
To: 74160@debbugs.gnu.org
Cc: Navid Afkhami <navid.afkhami@mdc-berlin.de>
Subject: [bug#74160] [PATCH] gnu: r-demultiplex2: Update to (git-version 1.0.1 revision commit).
Date: Fri, 1 Nov 2024 14:38:26 +0000	[thread overview]
Message-ID: <7f9f9a3c4da612c85c9b1b79a913363a6ec358e1.1730471906.git.navid.afkhami@mdc-berlin.de> (raw)

* 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	other threads:[~2024-11-01 14:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7f9f9a3c4da612c85c9b1b79a913363a6ec358e1.1730471906.git.navid.afkhami@mdc-berlin.de \
    --to=navid.afkhami@mdc-berlin.de \
    --cc=74160@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.