From a9f854ca3d44628ccce60a93e57fccf360c86705 Mon Sep 17 00:00:00 2001 From: jgart Date: Fri, 14 Nov 2025 11:34:57 -0600 Subject: [PATCH] gnu: tinmop: Update to 0.9.9.14142135623730951. * gnu/packages/web-browsers.scm (tinmop): Update to 0.9.9.14142135623730951. [inputs]: Add xsel and sbcl-chronicity. Change-Id: I8a76bfd14fad030f56c3f76d48b8791adfb0422b --- gnu/packages/web-browsers.scm | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm index bc42fe28b2c..e96a3ce9d57 100644 --- a/gnu/packages/web-browsers.scm +++ b/gnu/packages/web-browsers.scm @@ -25,6 +25,7 @@ ;;; Copyright © 2024 Zheng Junjie <873216071@qq.com> ;;; Copyright © 2025 Sergey Trofimov ;;; Copyright © 2025 Janneke Nieuwenhuizen +;;; Copyright © 2025 jgart ;;; ;;; This file is part of GNU Guix. ;;; @@ -112,6 +113,7 @@ #:use-module (gnu packages tls) #:use-module (gnu packages web) #:use-module (gnu packages webkit) + #:use-module (gnu packages xdisorg) #:use-module (gnu packages xml) #:use-module (gnu packages xorg) #:use-module ((guix search-paths) #:select ($SSL_CERT_DIR $SSL_CERT_FILE))) @@ -953,7 +955,7 @@ http, and https via third-party applications.") (define-public tinmop (package (name "tinmop") - (version "0.9.9.1414213562373") + (version "0.9.9.14142135623730951") (source (origin (method git-fetch) @@ -962,7 +964,7 @@ http, and https via third-party applications.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1grcngb6rnyzkdkf52m62m1kmd8nxm9m85bpg2py5mp3ghf5y5gp")))) + (base32 "0dgx0p1g9xq2kq71ycq5mfjj5h5sw8xs26nk648w3lc8a6764mji")))) (build-system gnu-build-system) (native-inputs (list autoconf @@ -981,7 +983,8 @@ http, and https via third-party applications.") which xdg-utils)) (inputs - (list ncurses + (list xsel + ncurses sbcl-access sbcl-alexandria sbcl-babel @@ -996,6 +999,7 @@ http, and https via third-party applications.") sbcl-cl-sqlite sbcl-clunit2 sbcl-croatoan + sbcl-chronicity sbcl-crypto-shortcuts sbcl-drakma sbcl-esrap