diff options
author | Brendan Tildesley <mail@brendan.scot> | 2020-08-19 18:56:55 +1000 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-08-22 14:06:07 -0400 |
commit | 340367927657d3c02d5be3b630c83e489d9ee394 (patch) | |
tree | 2498c6c9daeca77f98332e864a29b4ef8970f1d8 /gnu | |
parent | 40fc8992db016baa7048076947757baf94fb957f (diff) |
gnu: libratbag: Update to 0.14.
* gnu/packages/gnome.scm (libratbag): Update to 0.14.
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 89ad866598..364a9c6f50 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10972,7 +10972,7 @@ card sheets that you’ll find at most office supply stores.") (define-public libratbag (package (name "libratbag") - (version "0.13") + (version "0.14") (source (origin (method git-fetch) @@ -10981,7 +10981,7 @@ card sheets that you’ll find at most office supply stores.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "18y8mfr63d91278m1kcid0wvrxa1sgjs8na9af1ks2n28ssvciwq")))) + (base32 "1fpwp2sj8mf98bqasq2h8qwgprxi7k3iw33gcfid3d1lbyiacw0x")))) (build-system meson-build-system) (arguments `(#:configure-flags |