summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLiliana Marie Prikler <liliana.prikler@gmail.com>2024-07-17 22:13:54 +0200
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2025-03-02 20:31:28 +0100
commitfa931ff271297c9cd146b6e8b40c377b9849cf2c (patch)
treed213dce05571e375a4ff89e80c0ac0b19faf0c47 /gnu
parent06d6dc2a95de03d59f53ba7e150fd084110cb9b3 (diff)
gnu: gtksourceview: Update to 5.12.1.
* gnu/packages/gtk.scm (gtksourceview): Update to 5.12.1.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gtk.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 1bc3504a0f4..d0b5a21f305 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -618,7 +618,7 @@ printing and other features typical of a source code editor.")
(define-public gtksourceview
(package
(name "gtksourceview")
- (version "5.8.0")
+ (version "5.12.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gtksourceview/"
@@ -626,7 +626,7 @@ printing and other features typical of a source code editor.")
"gtksourceview-" version ".tar.xz"))
(sha256
(base32
- "0cw9h4aa84a48b3kd3rv0bb2mk7q1vz9hwkppxpqh8gg1p1d838i"))))
+ "07rcnhwqyiqs9icld3965g41wd3n9a808y7agjpasnjwk2njmj44"))))
(build-system meson-build-system)
(arguments
'(#:phases