summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2025-11-14 11:34:57 -0600
committerjgart <jgart@dismail.de>2025-11-14 11:35:36 -0600
commita9f854ca3d44628ccce60a93e57fccf360c86705 (patch)
treeeaef652f2d27308c43c9bc8293cd013d4cb30883
parent1e6d54c4a0ff393bb4b3fc6d50870718b96dcd41 (diff)
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
-rw-r--r--gnu/packages/web-browsers.scm10
1 files 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 <sarg@sarg.org.ru>
;;; Copyright © 2025 Janneke Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2025 jgart <jgart@dismail.de>
;;;
;;; 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