guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#59020] [PATCH 01/12] gnu: Add fmt-8.


From: Greg Hogan
Subject: [bug#59020] [PATCH 01/12] gnu: Add fmt-8.
Date: Fri, 4 Nov 2022 18:04:04 +0000

* gnu/packages/pretty-print.scm (fmt-8): New variable.
---
 gnu/packages/pretty-print.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm
index 9745a9ba10..4f78b32142 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -188,6 +188,18 @@ (define-public fmt
     ;; The library is bsd-2, but documentation and tests include other 
licenses.
     (license (list bsd-2 bsd-3 psfl))))
 
+(define-public fmt-8
+  (package
+    (inherit fmt)
+    (version "8.1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/fmtlib/fmt/releases/download/";
+                           version "/fmt-" version ".zip"))
+       (sha256
+        (base32 "0p8f82ijqa57sk72hjf0qviv1wwinmns0p87wiv2v8fvisnqnxr3"))))))
+
 (define-public fmt-for-solidity
   (package
     (inherit fmt)
-- 
2.38.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]