GNU bug report logs -
#51510
[PATCH 0/4] Update piper to 0.6, libratbag to 0.16.
Previous Next
Reported by: Brendan Tildesley <mail <at> brendan.scot>
Date: Sat, 30 Oct 2021 12:41:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/gnome.scm (libratbag): Update to 0.16.
---
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 b138ff228b..650c4e0305 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -27,7 +27,7 @@
;;; Copyright © 2017, 2018 nee <nee-git <at> hidamari.blue>
;;; Copyright © 2017 Chris Marusich <cmmarusich <at> gmail.com>
;;; Copyright © 2017 Mohammed Sadiq <sadiq <at> sadiqpk.org>
-;;; Copyright © 2017, 2020 Brendan Tildesley <mail <at> brendan.scot>
+;;; Copyright © 2017, 2020, 2021 Brendan Tildesley <mail <at> brendan.scot>
;;; Copyright © 2017, 2018 Rutger Helling <rhelling <at> mykolab.com>
;;; Copyright © 2018 Jovany Leandro G.C <bit4bit <at> riseup.net>
;;; Copyright © 2018 Vasile Dumitrascu <va511e <at> yahoo.com>
@@ -11706,7 +11706,7 @@ (define-public apostrophe
(define-public libratbag
(package
(name "libratbag")
- (version "0.14")
+ (version "0.16")
(source
(origin
(method git-fetch)
@@ -11715,7 +11715,7 @@ (define-public libratbag
(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
--
2.33.1
This bug report was last modified 3 years and 176 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.