gnu: sequoia-sq: Update to 1.1.0.

* gnu/packages/sequoia.scm (sequoia-sq): Update to 1.1.0.
[cargo-inputs]: Replace rust-subplot-build-0.11 with 0.12,
rust-subplotlib-0.11 with 0.12.

Change-Id: I56acd24655b003691a510946d07f5fdd07e6ce13
This commit is contained in:
Efraim Flashner 2025-01-05 16:00:19 +02:00
parent 53284eee3b
commit 9a8f1c1100
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2019, 2020, 2021 Hartmut Goebel <h.goebel@crazy-compilers.com>
;;; Copyright © 2021, 2023, 2024 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2021, 2023-2025 Efraim Flashner <efraim@flashner.co.il>
;;;
;;; This file is part of GNU Guix.
;;;
@ -883,14 +883,14 @@ (define-public rust-sequoia-wot-0.13
(define-public sequoia-sq
(package
(name "sequoia-sq")
(version "1.0.0")
(version "1.1.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "sequoia-sq" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0gkj0d1xz14wivnnhylq7c6a6wpk9qp8414nmnsvp1agc8ywzhfh"))))
(base32 "00zs8a1b5b6gscgjmrcbayf7r3gyk5j57lsrcawh78735hniljmc"))))
(build-system cargo-build-system)
(arguments
`(#:install-source? #f
@ -934,8 +934,8 @@ (define-public sequoia-sq
("rust-sequoia-policy-config" ,rust-sequoia-policy-config-0.7)
("rust-sequoia-wot" ,rust-sequoia-wot-0.13)
("rust-serde" ,rust-serde-1)
("rust-subplot-build" ,rust-subplot-build-0.11)
("rust-subplotlib" ,rust-subplotlib-0.11)
("rust-subplot-build" ,rust-subplot-build-0.12)
("rust-subplotlib" ,rust-subplotlib-0.12)
("rust-tempfile" ,rust-tempfile-3)
("rust-termcolor" ,rust-termcolor-1)
("rust-terminal-size" ,rust-terminal-size-0.2)