me
/
guix
Archived
1
0
Fork 0

gnu: rust-dbus-0.9: Update to 0.9.7.

* gnu/packages/crates-io.scm (rust-dbus-0.9): Update to 0.9.7.

Change-Id: I486701a0eee91f00c94da8e95938dd452bc56ba3
Steve George 2023-10-30 21:06:11 +00:00 committed by Efraim Flashner
parent ac9b7c7d40
commit 9c6b864be3
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 2 deletions

View File

@ -20313,14 +20313,15 @@ sizes. Big-endian order is used. WARNING: Block must be aligned!")
(define-public rust-dbus-0.9
(package
(name "rust-dbus")
(version "0.9.2")
(version "0.9.7")
(source
(origin
(method url-fetch)
(uri (crate-uri "dbus" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1ny01n0gzfdmcy5ydn4q78pamidj4c5q9ixz7gr97dbrza6y15zm"))))
(base32
"06vdv4aarjs4w6byg9nqajr67c8qvlhk3153ic2i65pvp63ikchv"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ;it needs display and sockets and launches daemons