guix_mirror_bot pushed a commit to branch master
in repository guix.
commit cfb3892d3ff66176c561969e180f823f285169f1
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Oct 18 14:33:30 2025 +0200
gnu: wob: Update to 0.16.
* gnu/packages/xdisorg.scm (wob): Update to 0.16.
Change-Id: I977b6e8451e088052e9cdeb01812034028008c32
---
gnu/packages/xdisorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index f810ee394e..a967992d67 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -44,7 +44,7 @@
;;; Copyright © 2020 B. Wilson <[email protected]>
;;; Copyright © 2020-2021, 2023-2025 Zheng Junjie <[email protected]>
;;; Copyright © 2021, 2022, 2023 Maxim Cournoyer <[email protected]>
-;;; Copyright © 2021, 2022, 2024 Nicolas Goaziou <[email protected]>
+;;; Copyright © 2021, 2022, 2024, 2025 Nicolas Goaziou <[email protected]>
;;; Copyright © 2021 Xinglu Chen <[email protected]>
;;; Copyright © 2021 Renzo Poddighe <[email protected]>
;;; Copyright © 2021 Paul A. Patience <[email protected]>
@@ -1524,14 +1524,14 @@ transparent text on your screen.")
(define-public wob
(package
(name "wob")
- (version "0.15.1")
+ (version "0.16")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/francma/wob/releases/download/"
version "/wob-" version ".tar.gz"))
(sha256
- (base32 "1632y0yr1ig5nihs6kqyvfi117815zszhnfvaabm97qkf5blkj5p"))))
+ (base32 "18p5l045kajnwv8ms751sb29q8ay6ycv9ni7iyx7nr26n5cm3vql"))))
(build-system meson-build-system)
(native-inputs
(list pkg-config scdoc))