GNU bug report logs -
#77518
[PATCH 3/6] gnu: rust-calloop: Add version 0.14.
Previous Next
To reply to this bug, email your comments to 77518 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#77518
; Package
guix-patches
.
(Fri, 04 Apr 2025 01:17:06 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Daniel Ziltener <dziltener <at> lyrion.ch>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 04 Apr 2025 01:17:06 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
---
gnu/packages/crates-io.scm | 35 +++++++++++++++++++++++++++++++----
1 file changed, 31 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 5ab53e7616..52804702d6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -10422,24 +10422,24 @@ (define-public rust-calibright-0.1
brightness between monitors.")
(license license:gpl3)))
-(define-public rust-calloop-0.13
+(define-public rust-calloop-0.14
(package
(name "rust-calloop")
- (version "0.13.0")
+ (version "0.14.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "calloop" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "1v5zgidnhsyml403rzr7vm99f8q6r5bxq5gxyiqkr8lcapwa57dr"))))
+ (base32 "046c7ss0f7jg2sxbjvxgplna8g57ya8llg76rikqrfkgglb3i2n5"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-async-task" ,rust-async-task-4)
("rust-bitflags" ,rust-bitflags-2)
("rust-futures-io" ,rust-futures-io-0.3)
("rust-log" ,rust-log-0.4)
- ("rust-nix" ,rust-nix-0.28)
+ ("rust-nix" ,rust-nix-0.29)
("rust-pin-utils" ,rust-pin-utils-0.1)
("rust-polling" ,rust-polling-3)
("rust-rustix" ,rust-rustix-0.38)
@@ -10452,6 +10452,33 @@ (define-public rust-calloop-0.13
(description "This package provides a callback-based event loop.")
(license license:expat)))
+(define-public rust-calloop-0.13
+ (package
+ (inherit rust-calloop-0.14)
+ (name "rust-calloop")
+ (version "0.13.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "calloop" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1v5zgidnhsyml403rzr7vm99f8q6r5bxq5gxyiqkr8lcapwa57dr"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-async-task" ,rust-async-task-4)
+ ("rust-bitflags" ,rust-bitflags-2)
+ ("rust-futures-io" ,rust-futures-io-0.3)
+ ("rust-log" ,rust-log-0.4)
+ ("rust-nix" ,rust-nix-0.28)
+ ("rust-pin-utils" ,rust-pin-utils-0.1)
+ ("rust-polling" ,rust-polling-3)
+ ("rust-rustix" ,rust-rustix-0.38)
+ ("rust-slab" ,rust-slab-0.4)
+ ("rust-thiserror" ,rust-thiserror-1))
+ #:cargo-development-inputs (("rust-futures" ,rust-futures-0.3)
+ ("rust-rustix" ,rust-rustix-0.38))))))
+
(define-public rust-calloop-0.12
(package
(inherit rust-calloop-0.13)
--
2.49.0
Reply sent
to
Hilton Chain <hako <at> ultrarare.space>
:
You have taken responsibility.
(Sun, 15 Jun 2025 18:14:09 GMT)
Full text and
rfc822 format available.
Notification sent
to
Daniel Ziltener <dziltener <at> lyrion.ch>
:
bug acknowledged by developer.
(Sun, 15 Jun 2025 18:14:09 GMT)
Full text and
rfc822 format available.
Message #10 received at 77518-close <at> debbugs.gnu.org (full text, mbox):
Closing since crates-io module will be removed.
This bug report was last modified 19 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.