[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: gnu: Remove snakemake@4.
From: |
guix-commits |
Subject: |
08/08: gnu: Remove snakemake@4. |
Date: |
Sun, 20 Oct 2019 20:23:45 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 776aa52d2bdc746be30e0436773d8dcab69d8e36
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Oct 21 01:35:22 2019 +0200
gnu: Remove snakemake@4.
* gnu/packages/python-xyz.scm (snakemake-4): Remove variable.
---
gnu/packages/python-xyz.scm | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ac50091..65f944b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6191,24 +6191,6 @@ providing a clean and modern domain specific
specification language (DSL) in
Python style, together with a fast and comfortable execution environment.")
(license license:expat)))
-;; This is currently needed for the pigx-* packages.
-(define-public snakemake-4
- (package (inherit snakemake)
- (version "4.4.0")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "snakemake" version))
- (sha256
- (base32 "0g0paia4z7w3srnqdmavq3hrb2x7qnpf81jx50njl0p7y4y0j8jv"))))
- (propagated-inputs
- `(("python-wrapt" ,python-wrapt)
- ("python-requests" ,python-requests)
- ("python-appdirs" ,python-appdirs)
- ("python-configargparse" ,python-configargparse)
- ("python-pyyaml" ,python-pyyaml)
- ("python-ratelimiter" ,python-ratelimiter)))))
-
(define-public python-pyqrcode
(package
(name "python-pyqrcode")
- branch master updated (7373eb8 -> 776aa52), guix-commits, 2019/10/20
- 05/08: gnu: bpython: Update to 0.18., guix-commits, 2019/10/20
- 06/08: gnu: snakemake: Update to 5.7.1., guix-commits, 2019/10/20
- 04/08: gnu: libdv: Don't use NAME in source URI., guix-commits, 2019/10/20
- 07/08: gnu: snakemake: Order inputs alphabetically., guix-commits, 2019/10/20
- 08/08: gnu: Remove snakemake@4.,
guix-commits <=
- 03/08: gnu: arc-theme: Update to 20190917., guix-commits, 2019/10/20
- 01/08: gnu: r-colorout: Update to 1.2-2., guix-commits, 2019/10/20
- 02/08: gnu: r-colorout: Don't use unstable tarball., guix-commits, 2019/10/20