efraim pushed a commit to branch rust-team
in repository guix.

commit 4bf74de1a01dbf5f6607e225cf23558af7ad78a1
Author: Efraim Flashner <[email protected]>
AuthorDate: Sun Jan 5 16:00:19 2025 +0200

    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
---
 gnu/packages/sequoia.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/sequoia.scm b/gnu/packages/sequoia.scm
index eb0be830a8..d907a95f84 100644
--- a/gnu/packages/sequoia.scm
+++ b/gnu/packages/sequoia.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2019, 2020, 2021 Hartmut Goebel <[email protected]>
-;;; Copyright © 2021, 2023, 2024 Efraim Flashner <[email protected]>
+;;; Copyright © 2021, 2023-2025 Efraim Flashner <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -883,14 +883,14 @@ This Guix package is built to use the nettle 
cryptographic library.")
 (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 @@ This Guix package is built to use the nettle cryptographic 
library.")
         ("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)

Reply via email to