GNU bug report logs -
#63468
[PATCH] gnu: tofi: Update to 0.9.1.
Previous Next
Reported by: Yovan Naumovski <yovan <at> gorski.stream>
Date: Fri, 12 May 2023 17:45:01 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/xdisorg.scm (tofi): Update to 0.9.1.
---
gnu/packages/xdisorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index bee9711a74..6ec3290b1d 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1983,7 +1983,7 @@ (define-public tint2
(define-public tofi
(package
(name "tofi")
- (version "0.8.1")
+ (version "0.9.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1992,7 +1992,7 @@ (define-public tofi
(file-name (git-file-name name version))
(sha256
(base32
- "11bfi9his0cc5mzikamr5icv5mh2fyj9jy5l3sbbayj6jk51f68y"))))
+ "1paknsgfsgan27lqwhb2ndsk4gi8ciq9r49b0fpbbdwxk7ljk2cn"))))
(build-system meson-build-system)
(native-inputs (list pkg-config))
(inputs (list cairo
--
2.39.2
This bug report was last modified 2 years and 90 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.