guix_mirror_bot pushed a commit to branch master in repository guix. commit 18d5c62c6ae4d15bad8ed2aac0960b40812da5ba Author: Kjartan Oli Agustsson <kjartan...@outlook.com> AuthorDate: Wed Jun 18 21:02:23 2025 +0000
gnu: python-vireosnp: Run guix style * gnu/packages/bioinformatics.scm (python-vireosnp): Run guix style. Change-Id: I301322fbfa45b3ef7cb1c82eadc60aa1de33d442 Signed-off-by: Sharlatan Hellseher <sharlata...@gmail.com> --- gnu/packages/bioinformatics.scm | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index b975c447e8..8392a7726d 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -25000,17 +25000,15 @@ interest.") (package (name "python-vireosnp") (version "0.5.7") - (source (origin - (method url-fetch) - (uri (pypi-uri "vireoSNP" version)) - (sha256 - (base32 - "02ybhzivsxwnb1axlgbs63wni1j27xajnkl4jw1ps5vmsz2l4b0d")))) + (source + (origin + (method url-fetch) + (uri (pypi-uri "vireoSNP" version)) + (sha256 + (base32 "02ybhzivsxwnb1axlgbs63wni1j27xajnkl4jw1ps5vmsz2l4b0d")))) (build-system pyproject-build-system) (propagated-inputs (list python-matplotlib python-numpy python-scipy)) - (native-inputs - (list python-setuptools - python-wheel)) + (native-inputs (list python-setuptools python-wheel)) (home-page "https://github.com/huangyh09/vireoSNP") (synopsis "Deconvolution based on SNP for multiplexed scRNA-seq data") (description