GNU bug report logs -
#49097
[PATCH] gnu: r-seurat: Update to 4.0.3.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#49097: [PATCH] gnu: r-seurat: Update to 4.0.3.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 49097 <at> debbugs.gnu.org.
--
49097: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49097
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Thanks. Patch pushed!
--
Efraim Flashner <efraim <at> flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From 311fc9a4d112483c5b866454a4ac10ada9dbaf02 Mon Sep 17 00:00:00 2001
From: Marcel Schilling <marcel.schilling <at> uni-luebeck.de>
Date: Fri, 18 Jun 2021 17:12:12 +0200
Subject: [PATCH] gnu: r-seurat: Update to 4.0.3.
* gnu/packages/cran.scm (r-seuratobject): Update to 4.0.2.
* gnu/packages/cran.scm (r-seurat): Update to 4.0.3.
---
gnu/packages/cran.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e01b2417d2..9241a50c3d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -33,6 +33,7 @@
;;; Copyright © 2020 Magali Lemes <magalilemes00 <at> gmail.com>
;;; Copyright © 2020 Simon Tournier <zimon.toutoune <at> gmail.com>
;;; Copyright © 2020 Aniket Patil <aniket112.patil <at> gmail.com>
+;;; Copyright © 2021 Marcel Schilling <marcel.schilling <at> uni-luebeck.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -27417,14 +27418,14 @@ data to rasters. It speeds up plotting of data with millions of points.")
(define-public r-seuratobject
(package
(name "r-seuratobject")
- (version "4.0.1")
+ (version "4.0.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "SeuratObject" version))
(sha256
(base32
- "0g32ivx7g64a1sbxc5ym1832wh14w22z025lzyasn8yn2769c1f9"))))
+ "076bd6xmpnspnz7raw03mfgknnygx79sj3c9q6yhpanc46i9gvk4"))))
(properties `((upstream-name . "SeuratObject")))
(build-system r-build-system)
(propagated-inputs
@@ -27445,13 +27446,13 @@ other R users.")
(define-public r-seurat
(package
(name "r-seurat")
- (version "4.0.2")
+ (version "4.0.3")
(source (origin
(method url-fetch)
(uri (cran-uri "Seurat" version))
(sha256
(base32
- "1b1wyj4dxjn0hfg09l8z282grdgwgah0czs7pn2ian455x0dphng"))))
+ "1jfzkqnk4r82ssyz6h51n2jybkdcjkpjdb2la6n2xqnfs2b8dnbm"))))
(properties `((upstream-name . "Seurat")))
(build-system r-build-system)
(propagated-inputs
--
2.26.3
This bug report was last modified 3 years and 321 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.