diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2024-09-26 23:20:46 -0400 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2024-09-26 23:20:46 -0400 |
commit | 449ed02aa7584897730799cde7170ad729f3ef33 (patch) | |
tree | 10d87a12f9fe0002a632178ce0b00ba765e55ae4 | |
parent | 2a8c932667ef1d49c9ef68d3d268f1e992704f65 (diff) | |
download | guix-449ed02aa7584897730799cde7170ad729f3ef33.tar.gz guix-449ed02aa7584897730799cde7170ad729f3ef33.zip |
gnu: libratbag: Update to 0.18.
* gnu/packages/gnome.scm (libratbag): Update to 0.18.
Change-Id: I18d3671fd335b0c71436a36affb0d81dd7d1e8dc
-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 4709703beb..1823062baa 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -13024,7 +13024,7 @@ It uses pandoc as back-end for parsing Markdown.") (define-public libratbag (package (name "libratbag") - (version "0.16") + (version "0.18") (source (origin (method git-fetch) @@ -13033,7 +13033,7 @@ It uses pandoc as back-end for parsing Markdown.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0jjf6xc3a37icp5dvbxla3ai9is2ns31m0llbfq1bmb6dk8cd4n0")))) + (base32 "09rmzbvh3q996r5vcdiirr56xzzwi5njay26hp50nyk1bq68l1bl")))) (build-system meson-build-system) (arguments `(#:configure-flags |