[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")
- 44/90: gnu: rust-defmt-0.3: Update to 0.3.8., (continued)
- 44/90: gnu: rust-defmt-0.3: Update to 0.3.8., guix-commits, 2024/11/14
- 45/90: gnu: rust-defmt-macros-0.3: Update to 0.3.9., guix-commits, 2024/11/14
- 28/90: gnu: rust-wayland-scanner-0.31: Update to 0.31.5., guix-commits, 2024/11/14
- 58/90: gnu: rust-tempfile-3: Update to 3.14.0., guix-commits, 2024/11/14
- 62/90: gnu: Add rust-zune-jpeg-0.4., guix-commits, 2024/11/14
- 78/90: gnu: Add rust-objc2-ui-kit-0.2., guix-commits, 2024/11/14
- 79/90: gnu: Add rust-objc2-quartz-core-0.2., guix-commits, 2024/11/14
- 64/90: gnu: Add rust-objc2-encode-4., guix-commits, 2024/11/14
- 63/90: gnu: rust-bindgen-cli: Update to 0.69.5., guix-commits, 2024/11/14
- 87/90: gnu: Add rust-webp-0.3., guix-commits, 2024/11/14
- 41/90: gnu: Add rust-calloop-wayland-source-0.3.,
guix-commits <=
- 04/90: gnu: rust-objc-sys-0.3: Update to 0.3.5., guix-commits, 2024/11/14
- 14/90: gnu: Add rust-glutin-egl-sys-0.7., guix-commits, 2024/11/14
- 15/90: gnu: Add rust-glutin-glx-sys-0.6., guix-commits, 2024/11/14
- 37/90: gnu: rust-bytemuck-1: Update to 1.19.0., guix-commits, 2024/11/14
- 42/90: gnu: rust-copypasta-0.10: Update to 0.10.1., guix-commits, 2024/11/14
- 02/90: gnu: Add rust-core-foundation-0.10., guix-commits, 2024/11/14
- 06/90: gnu: Add rust-av-data-0.4., guix-commits, 2024/11/14
- 26/90: gnu: rust-wayland-cursor-0.31: Update to 0.31.7., guix-commits, 2024/11/14
- 23/90: gnu: Add rust-softbuffer-0.4., guix-commits, 2024/11/14
- 34/90: gnu: rust-arrayvec-0.7: Update to 0.7.6., guix-commits, 2024/11/14