guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

107/113: gnu: rust-cairo-rs-0.18: Update to 0.18.5.


From: guix-commits
Subject: 107/113: gnu: rust-cairo-rs-0.18: Update to 0.18.5.
Date: Mon, 22 Jan 2024 04:30:46 -0500 (EST)

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

commit e31449f76410e8b4bb4afd9fb2d963d506062c92
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 22 11:18:06 2024 +0200

    gnu: rust-cairo-rs-0.18: Update to 0.18.5.
    
    * gnu/packages/crates-gtk.scm (rust-cairo-rs-0.18): Update to 0.18.5.
    [cargo-development-inputs]: Add rust-float-eq-1, rust-tempfile-3.
    
    Change-Id: Ib1148f743a37e237e5ef8a89197bb47b7f4998bd
---
 gnu/packages/crates-gtk.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/crates-gtk.scm b/gnu/packages/crates-gtk.scm
index 6144a23daf..aed1178739 100644
--- a/gnu/packages/crates-gtk.scm
+++ b/gnu/packages/crates-gtk.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2020, 2021, 2023 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2020, 2021, 2023, 2024 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2020, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr>
 ;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
 ;;; Copyright © 2022 Aleksandr Vityazev <avityazev@posteo.org>
@@ -175,14 +175,14 @@
 (define-public rust-cairo-rs-0.18
   (package
     (name "rust-cairo-rs")
-    (version "0.18.2")
+    (version "0.18.5")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "cairo-rs" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0k8wfv2ri8i417pwb1mvdl51x02nsx52f31rxzg7ivn0m3gnc10w"))))
+        (base32 "1qjfkcq3mrh3p01nnn71dy3kn99g21xx3j8xcdvzn8ll2pq6x8lc"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
@@ -192,7 +192,9 @@
                        ("rust-libc" ,rust-libc-0.2)
                        ("rust-float-eq" ,rust-float-eq-1)
                        ("rust-once-cell" ,rust-once-cell-1)
-                       ("rust-thiserror" ,rust-thiserror-1))))
+                       ("rust-thiserror" ,rust-thiserror-1))
+       #:cargo-development-inputs (("rust-float-eq" ,rust-float-eq-1)
+                                   ("rust-tempfile" ,rust-tempfile-3))))
     (native-inputs (list pkg-config))
     (inputs (list cairo))
     (home-page "https://gtk-rs.org/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]