[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: granite: Upgrade to 5.5.0.
From: |
guix-commits |
Subject: |
06/06: gnu: granite: Upgrade to 5.5.0. |
Date: |
Tue, 3 Nov 2020 05:58:43 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 51482b93b66cb07a725ab2b934a903cf242adcbb
Author: Ryan Prior <rprior@protonmail.com>
AuthorDate: Sat Oct 31 18:26:04 2020 +0000
gnu: granite: Upgrade to 5.5.0.
* gnu/packages/pantheon.scm (granite): Upgrade to 5.5.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/pantheon.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/pantheon.scm b/gnu/packages/pantheon.scm
index aa70748..249c27e 100644
--- a/gnu/packages/pantheon.scm
+++ b/gnu/packages/pantheon.scm
@@ -37,7 +37,7 @@
(define-public granite
(package
(name "granite")
- (version "5.4.0")
+ (version "5.5.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -46,7 +46,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "0acicv3f9gksb352v88lwap8ailjsxdrfknl2xql7blasbjzl2q0"))))
+ "13qfhq8xndikk6kmybibs6a4ddyp6mhvbsp2yy4qr7aiiyxf7mna"))))
(build-system meson-build-system)
(arguments
`(#:phases
- branch master updated (d7f2b1e -> 51482b9), guix-commits, 2020/11/03
- 03/06: doc: Illustrate procedures that return packages., guix-commits, 2020/11/03
- 04/06: gnu: Add mkp224o., guix-commits, 2020/11/03
- 01/06: nls: Internationalize command synopses as shown in 'guix help'., guix-commits, 2020/11/03
- 02/06: doc: Use '@lisp' for 'options->transformation' example., guix-commits, 2020/11/03
- 05/06: gnu: pwsafe: Update to 3.54.1, guix-commits, 2020/11/03
- 06/06: gnu: granite: Upgrade to 5.5.0.,
guix-commits <=