GNU bug report logs -
#77518
[PATCH 3/6] gnu: rust-calloop: Add version 0.14.
Previous Next
Reported by: Daniel Ziltener <dziltener <at> lyrion.ch>
Date: Fri, 4 Apr 2025 01:17:05 UTC
Severity: normal
Tags: patch
Done: Hilton Chain <hako <at> ultrarare.space>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 77518 in the body.
You can then email your comments to 77518 AT debbugs.gnu.org in the normal way.
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.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 14 Jul 2025 11:24:15 GMT)
Full text and
rfc822 format available.
This bug report was last modified 32 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.