From ab1cccf8d950a4124feea7c9e014f7d04fb59af3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= Date: Wed, 29 Apr 2026 11:49:34 +0900 Subject: [PATCH] gnu: snakemake-6: Uninherit from snakemake-5. * gnu/packages/python-science.scm (snakemake-6): Do not inherit from snakemake-5. [home-page, synopsis, description, license]: Copy from snakemake-5. Change-Id: I01aadb93d2acf13ba227cb113bd5ef7002194403 --- gnu/packages/python-science.scm | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index ac58f0baa22..3ec80e60b2b 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -6665,7 +6665,6 @@ Python style, together with a fast and comfortable execution environment.") (define-public snakemake-6 (package - (inherit snakemake-5) (name "snakemake") (version "6.15.5") (source @@ -6740,7 +6739,14 @@ Python style, together with a fast and comfortable execution environment.") python-pandas python-requests-mock python-setuptools - python-versioneer)))) + python-versioneer)) + (home-page "https://snakemake.readthedocs.io") + (synopsis "Python-based execution environment for make-like workflows") + (description + "Snakemake aims to reduce the complexity of creating workflows by +providing a clean and modern domain specific specification language (DSL) in +Python style, together with a fast and comfortable execution environment.") + (license license:expat))) (define-public snakemake-7 (package