guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

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