* [bug#49097] [PATCH] gnu: r-seurat: Update to 4.0.3.
@ 2021-06-18 15:22 Marcel Schilling
2021-07-01 13:37 ` bug#49097: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Marcel Schilling @ 2021-06-18 15:22 UTC (permalink / raw)
To: 49097
From 311fc9a4d112483c5b866454a4ac10ada9dbaf02 Mon Sep 17 00:00:00 2001
From: Marcel Schilling <marcel.schilling@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@gmail.com>
;;; Copyright © 2020 Simon Tournier <zimon.toutoune@gmail.com>
;;; Copyright © 2020 Aniket Patil <aniket112.patil@gmail.com>
+;;; Copyright © 2021 Marcel Schilling <marcel.schilling@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#49097: [PATCH] gnu: r-seurat: Update to 4.0.3.
2021-06-18 15:22 [bug#49097] [PATCH] gnu: r-seurat: Update to 4.0.3 Marcel Schilling
@ 2021-07-01 13:37 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2021-07-01 13:37 UTC (permalink / raw)
To: Marcel Schilling; +Cc: 49097-done
[-- Attachment #1: Type: text/plain, Size: 236 bytes --]
Thanks. Patch pushed!
--
Efraim Flashner <efraim@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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-07-01 13:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-18 15:22 [bug#49097] [PATCH] gnu: r-seurat: Update to 4.0.3 Marcel Schilling
2021-07-01 13:37 ` bug#49097: " Efraim Flashner
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.