guix-commits
[Top][All Lists]
Advanced

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

26/90: gnu: rust-wayland-cursor-0.31: Update to 0.31.7.


From: guix-commits
Subject: 26/90: gnu: rust-wayland-cursor-0.31: Update to 0.31.7.
Date: Thu, 14 Nov 2024 08:39:50 -0500 (EST)

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

commit 3ca1b03671dcc5f68473e1a4ed6fdbe4e79eccd8
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Nov 14 09:55:22 2024 +0200

    gnu: rust-wayland-cursor-0.31: Update to 0.31.7.
    
    * gnu/packages/crates-graphics.scm (rust-wayland-cursor-0.31): Update to
    0.31.7.
    
    Change-Id: I639b393cc84ef97445a09bb13b28a6087c603a61
---
 gnu/packages/crates-graphics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
index 118291f3d4..83c5bf05aa 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -4690,14 +4690,14 @@ and wayland-server.")
 (define-public rust-wayland-cursor-0.31
   (package
     (name "rust-wayland-cursor")
-    (version "0.31.1")
+    (version "0.31.7")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "wayland-cursor" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "1fii68l6x235b867q96yx1xqkl16azkf5i841ldd24yxd2l5zkki"))))
+        (base32 "0k4yijr0rxlqw15clzbh6a3jd760l1xz3zg0gxg07c7xmb1qpc1j"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs (("rust-rustix" ,rust-rustix-0.38)



reply via email to

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