[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/11: gnu: fmt: Update to 6.0.0.
From: |
guix-commits |
Subject: |
04/11: gnu: fmt: Update to 6.0.0. |
Date: |
Tue, 24 Sep 2019 14:18:18 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 864b7f0bc18b925d1b54c0a673e2ff5401092ada
Author: Marius Bakke <address@hidden>
Date: Thu Sep 12 16:56:25 2019 +0200
gnu: fmt: Update to 6.0.0.
* gnu/packages/pretty-print.scm (fmt): Update to 6.0.0.
---
gnu/packages/pretty-print.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm
index 7a5b98c..fe69af8 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -164,7 +164,7 @@ different programming languages.")
(define-public fmt
(package
(name "fmt")
- (version "5.3.0")
+ (version "6.0.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -172,7 +172,7 @@ different programming languages.")
version "/fmt-" version ".zip"))
(sha256
(base32
- "0p51nhmvjniqlffmmb9djhprnclvm448f2vkdxymvxw307hl21sc"))))
+ "0h148anbaqgch6n69pxsvs1c9wmykgd052wmzgdia7qpz8w6p8dl"))))
(build-system cmake-build-system)
(native-inputs
`(("unzip" ,unzip)))
- branch master updated (3e7518b -> aa0e28b), guix-commits, 2019/09/24
- 03/11: gnu: keepalived: Update home page., guix-commits, 2019/09/24
- 05/11: gnu: openvswitch: Update to 2.12.0., guix-commits, 2019/09/24
- 06/11: gnu: re2: Update to 2019-09-01., guix-commits, 2019/09/24
- 10/11: gnu: OpenEXR: Update home page., guix-commits, 2019/09/24
- 11/11: gnu: p11-kit: Update to 0.23.17., guix-commits, 2019/09/24
- 09/11: gnu: OpenEXR: Update to 2.4.0 [fixes CVE-2018-18443, CVE-2018-18444]., guix-commits, 2019/09/24
- 01/11: gnu: keepalived: Fix documentation generation., guix-commits, 2019/09/24
- 02/11: gnu: keepalived: Update to 2.0.18., guix-commits, 2019/09/24
- 04/11: gnu: fmt: Update to 6.0.0.,
guix-commits <=
- 07/11: gnu: ffmpeg: Update to 4.2.1., guix-commits, 2019/09/24
- 08/11: gnu: varnish: Update to 6.3.0., guix-commits, 2019/09/24