mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove fmt-7.
* gnu/packages/pretty-print.scm (fmt-7): Delete variable. Change-Id: I1e7064e1ec128dba96bdb7bf4ad87b12ae73da31
This commit is contained in:
parent
9d5f97be34
commit
36143bea1e
1 changed files with 0 additions and 12 deletions
|
@ -300,18 +300,6 @@ a fast alternative to @code{IOStreams}.")
|
|||
(sha256
|
||||
(base32 "0p8f82ijqa57sk72hjf0qviv1wwinmns0p87wiv2v8fvisnqnxr3"))))))
|
||||
|
||||
(define-public fmt-7
|
||||
(package
|
||||
(inherit fmt-8)
|
||||
(version "7.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/fmtlib/fmt/releases/download/"
|
||||
version "/fmt-" version ".zip"))
|
||||
(sha256
|
||||
(base32 "17sc10hfg087z0s774lnn05wwy3bfzmcv7j448p92pr0s02cb62x"))))))
|
||||
|
||||
(define-public fmt-6
|
||||
(package
|
||||
(inherit fmt-8)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue