guix-commits
[Top][All Lists]
Advanced

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

41/90: gnu: Add rust-calloop-wayland-source-0.3.


From: guix-commits
Subject: 41/90: gnu: Add rust-calloop-wayland-source-0.3.
Date: Thu, 14 Nov 2024 08:39:54 -0500 (EST)

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

commit 5a901645639ba45c363e89d3ad57ad9659780f81
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Nov 14 10:03:23 2024 +0200

    gnu: Add rust-calloop-wayland-source-0.3.
    
    * gnu/packages/crates-io.scm (rust-calloop-wayland-source-0.3): New
    variable.
    (rust-calloop-wayland-source-0.2): Inherit from
    rust-calloop-wayland-source-0.3.
    
    Change-Id: I04bcdeb9961ef24746c9b448507d1dd68615c9f4
---
 gnu/packages/crates-io.scm | 30 ++++++++++++++++++++++++++----
 1 file changed, 26 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 52bccbd47d..747995a405 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -11229,20 +11229,20 @@ brightness between monitors.")
        #:cargo-development-inputs
        (("rust-lazycell" ,rust-lazycell-1))))))
 
-(define-public rust-calloop-wayland-source-0.2
+(define-public rust-calloop-wayland-source-0.3
   (package
     (name "rust-calloop-wayland-source")
-    (version "0.2.0")
+    (version "0.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "calloop-wayland-source" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "00lgxlqnkd150ylfn3wi4464ibif1qwbp38shj1aszvc8ywsj3hg"))))
+        (base32 "086x5mq16prrcwd9k6bw9an0sp8bj9l5daz4ziz5z4snf2c6m9lm"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:cargo-inputs (("rust-calloop" ,rust-calloop-0.12)
+     `(#:cargo-inputs (("rust-calloop" ,rust-calloop-0.13)
                        ("rust-log" ,rust-log-0.4)
                        ("rust-rustix" ,rust-rustix-0.38)
                        ("rust-wayland-backend" ,rust-wayland-backend-0.3)
@@ -11256,6 +11256,28 @@ brightness between monitors.")
      "This package provides a wayland-rs client event source for callloop.")
     (license license:expat)))
 
+(define-public rust-calloop-wayland-source-0.2
+  (package
+    (inherit rust-calloop-wayland-source-0.3)
+    (name "rust-calloop-wayland-source")
+    (version "0.2.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "calloop-wayland-source" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "00lgxlqnkd150ylfn3wi4464ibif1qwbp38shj1aszvc8ywsj3hg"))))
+    (arguments
+     `(#:cargo-inputs (("rust-calloop" ,rust-calloop-0.12)
+                       ("rust-log" ,rust-log-0.4)
+                       ("rust-rustix" ,rust-rustix-0.38)
+                       ("rust-wayland-backend" ,rust-wayland-backend-0.3)
+                       ("rust-wayland-client" ,rust-wayland-client-0.31))
+       #:cargo-development-inputs
+       (("rust-tempfile" ,rust-tempfile-3)
+        ("rust-wayland-protocols" ,rust-wayland-protocols-0.31))))))
+
 (define-public rust-camino-1
   (package
     (name "rust-camino")



reply via email to

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