lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit fe6c3f373d9e0f2de39382588183a7f6e090f015
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:42:53 2021 +0100
gnu: gjs: Update to 1.68.0.
* gnu/packages/gnome.scm (gjs): Update to 1.68.0.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9c9acf3..c23bbb2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7051,7 +7051,7 @@ configuration program to choose applications starting on
login.")
(define-public gjs
(package
(name "gjs")
- (version "1.58.3")
+ (version "1.68.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -7059,7 +7059,7 @@ configuration program to choose applications starting on
login.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1bkksx362007zs8c31ydygb29spwa5g5kch1ad2grc2sp53wv7ya"))))
+ "1vqsmzy2wmyhmq37y2c6jl0wq4xnicf0z7k6jaxn3aw11sh783ph"))))
(build-system gnu-build-system)
(arguments
'(#:phases