mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: Remove fmt-7.
* gnu/packages/pretty-print.scm (fmt-7): Delete variable. Change-Id: I1e7064e1ec128dba96bdb7bf4ad87b12ae73da31
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user