diff options
author | Ryan Prior <rprior@protonmail.com> | 2020-10-31 18:26:04 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-11-03 11:58:01 +0100 |
commit | 51482b93b66cb07a725ab2b934a903cf242adcbb (patch) | |
tree | 22b5f1df9b6da739e24aa903b4d87a453fbdd708 /gnu/packages/pantheon.scm | |
parent | 2dfacc1d33b82c8c30396725aaa350bfd12497cc (diff) |
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>
Diffstat (limited to 'gnu/packages/pantheon.scm')
-rw-r--r-- | gnu/packages/pantheon.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/pantheon.scm b/gnu/packages/pantheon.scm index aa7074827e..249c27e4db 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 |