mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove python-pytooling@4.
This reverts commit a4168d8ba7
: this
package is no longer necessary.
* gnu/packages/python-xyz.scm (python-pytooling-4): Remove.
Change-Id: If8aa3cc228887966c284ca770354432b46763ef5
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
2b24f3744e
commit
bd678967b0
1 changed files with 0 additions and 15 deletions
|
@ -2712,21 +2712,6 @@ It also provides lots of helper functions---e.g., to ease the handling of
|
|||
package descriptions or to unify multiple existing APIs into a single API.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public python-pytooling-4
|
||||
(package
|
||||
(inherit python-pytooling)
|
||||
(name "python-pytooling")
|
||||
(version "4.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/pyTooling/pyTooling/")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1midq2im2ksdy0knssnlwijdkjk0hwjxk5xin93xg4l7j89kvmj3"))))))
|
||||
|
||||
(define-public python-colorlog
|
||||
(package
|
||||
(name "python-colorlog")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue