aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages')
-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 1ea051bfb0..0d1e76373c 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -379,7 +379,7 @@ printing and other features typical of a source code editor.")
(define-public gtksourceview
(package
(name "gtksourceview")
- (version "3.24.2")
+ (version "3.24.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -387,7 +387,7 @@ printing and other features typical of a source code editor.")
name "-" version ".tar.xz"))
(sha256
(base32
- "17xqrnh2v9gba57ij2m9kngxwh19fzsqkx1rfasnv4zaqvqqhv69"))))
+ "14x738xrz9q8qz13xd7dys748ryxyq2srbqyaa9r7n47h2av2zr0"))))
(build-system gnu-build-system)
(arguments
'(#:phases
ss='msg-avail'>...Stefan 2020-09-06bootloader: Add comment about grub configuration files....Stefan 2020-06-09bootloader: grub: Fix cross-compilation....Mathieu Othacehe 2020-06-09gnu: grub: Support graphical gfxterm on all systems....Stefan 2020-06-08bootloader: grub: Add support for multiboot....Jan (janneke) Nieuwenhuizen 2020-05-29bootloader: grub: Rename the btrfs-subvolume-file-name parameter....Maxim Cournoyer 2020-05-29bootloader: grub: Use inheritance to define grub-minimal-bootloader....Mathieu Othacehe 2020-05-29bootloader: grub: Do not run grub-install when creating a disk-image....Mathieu Othacehe 2020-05-29bootloader: Add 'disk-image-installer'....Mathieu Othacehe 2020-05-20bootloader: grub: Allow booting from a Btrfs subvolume....Maxim Cournoyer 2020-05-19gnu: grub: Allow a PNG image and replace "aspect-ratio" with "resolution"....Stefan 2020-05-16bootloader: grub: Refer to the native 'grub-mklayout' and font file....Ludovic Courtès 2020-04-23Merge branch 'master' into core-updates...Marius Bakke 2020-04-20gnu: Add u-boot-pinebook-pro-rk3399....Vagrant Cascadian 2020-04-08Merge branch 'master' into core-updates...Marius Bakke 2020-04-06system: Allow for comma-separated keyboard layouts....Ludovic Courtès 2020-03-29gnu: bootloader: Add grub-minimal-bootloader....Jan Nieuwenhuizen 2020-03-17bootloader: grub: Refactor eye-candy a bit....Maxim Cournoyer 2020-03-17bootloader: grub: Use the all_video module in graphic mode....Maxim Cournoyer 2020-02-02gnu: Add u-boot-cubietruck-bootloader....Julien Lepiller 2020-01-25bootloader: grub: Add gfxmode (resolution) override....Jan Nieuwenhuizen