[PATCH 2/2] gnu: Remove r-illuminahumanmethylationepicmanifest.

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

Debbugs page

nafkhamdc wrote 1 years ago
(address . guix-patches@gnu.org)(name . nafkhamdc)(address . navid.afkhami@mdc-berlin.de)
664000ff523e1de28f98c91c945e04bdf0978bfd.1699878884.git.navid.afkhami@mdc-berlin.de
* gnu/packages/bioconductor.scm (r-illuminahumanmethylationepicmanifest): Delete variable.

Change-Id: I59962a34eaecd53125ccf0cfd65286b7d52c6cce
---
gnu/packages/bioconductor.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (18 lines)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 754ba98afc..08b84c644e 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1317,9 +1317,9 @@ (define-public r-fdb-infiniummethylation-hg19
annotations.")
(license license:artistic2.0)))
-(define-public r-illuminahumanmethylationepicmanifest
+(define-public r-illuminahumanmethylationepicmanifest-old
(package
- (name "r-illuminahumanmethylationepicmanifest")
+ (name "r-illuminahumanmethylationepicmanifest-old")
(version "0.3.0")
(source (origin
(method url-fetch)
--
2.34.1
Ricardo Wurmus wrote 1 years ago
(address . 67148-done@debbugs.gnu.org)
87pm0d92zx.fsf@elephly.net
Thanks for the patch. With the changes made to 67147 this is no longer
needed. Closing!

--
Ricardo
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 67148
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