[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/19: gnu: libratbag: Update to 0.16.
From: |
guix-commits |
Subject: |
08/19: gnu: libratbag: Update to 0.16. |
Date: |
Tue, 23 Nov 2021 04:26:34 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit b6e39292056d1d7951bdfbd520179c01551b158e
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Sat Oct 30 23:41:27 2021 +1100
gnu: libratbag: Update to 0.16.
* gnu/packages/gnome.scm (libratbag): Update to 0.16.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/gnome.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 28d4432..f1bef5e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -27,7 +27,7 @@
;;; Copyright © 2017, 2018 nee <nee-git@hidamari.blue>
;;; Copyright © 2017 Chris Marusich <cmmarusich@gmail.com>
;;; Copyright © 2017 Mohammed Sadiq <sadiq@sadiqpk.org>
-;;; Copyright © 2017, 2020 Brendan Tildesley <mail@brendan.scot>
+;;; Copyright © 2017, 2020, 2021 Brendan Tildesley <mail@brendan.scot>
;;; Copyright © 2017, 2018 Rutger Helling <rhelling@mykolab.com>
;;; Copyright © 2018 Jovany Leandro G.C <bit4bit@riseup.net>
;;; Copyright © 2018 Vasile Dumitrascu <va511e@yahoo.com>
@@ -11705,7 +11705,7 @@ It uses pandoc as back-end for parsing Markdown.")
(define-public libratbag
(package
(name "libratbag")
- (version "0.14")
+ (version "0.16")
(source
(origin
(method git-fetch)
@@ -11714,7 +11714,7 @@ It uses pandoc as back-end for parsing Markdown.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1fpwp2sj8mf98bqasq2h8qwgprxi7k3iw33gcfid3d1lbyiacw0x"))))
+ (base32 "0jjf6xc3a37icp5dvbxla3ai9is2ns31m0llbfq1bmb6dk8cd4n0"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags
- 09/19: gnu: piper: Update to 0.6., (continued)
- 09/19: gnu: piper: Update to 0.6., guix-commits, 2021/11/23
- 15/19: system: Add swap flags., guix-commits, 2021/11/23
- 12/19: doc: Fix the example of "Using virt-viewer with Spice"., guix-commits, 2021/11/23
- 11/19: docker: Enable arm64 docker image building for 'guix pack'., guix-commits, 2021/11/23
- 16/19: system: Filter out boot dependencies from swap-space., guix-commits, 2021/11/23
- 13/19: system: Rework swap space support, add dependencies., guix-commits, 2021/11/23
- 19/19: Update NEWS., guix-commits, 2021/11/23
- 06/19: gnu: Add python-iwlib., guix-commits, 2021/11/23
- 07/19: gnu: Add qtile., guix-commits, 2021/11/23
- 10/19: gnu: pipe-viewer: Update to 0.1.7., guix-commits, 2021/11/23
- 08/19: gnu: libratbag: Update to 0.16.,
guix-commits <=
- 17/19: doc: Add new Swap Space section., guix-commits, 2021/11/23