mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: usbmuxd: Update to 1.1.1.
* gnu/packages/libusb.scm (usbmuxd): Update to 1.1.1. [source, home-page]: Update URLs.
This commit is contained in:
parent
c0d0688edb
commit
4de6f4d7a5
1 changed files with 6 additions and 5 deletions
|
@ -465,14 +465,15 @@ (define-public ifuse
|
|||
(define-public usbmuxd
|
||||
(package
|
||||
(name "usbmuxd")
|
||||
(version "1.1.0")
|
||||
(version "1.1.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.libimobiledevice.org/downloads/"
|
||||
"usbmuxd-" version ".tar.bz2"))
|
||||
(uri (string-append "https://github.com/libimobiledevice"
|
||||
"/usbmuxd/releases/download/" version
|
||||
"/usbmuxd-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0bdlc7a8plvglqqx39qqampqm6y0hcdws76l9dffwl22zss4i29y"))))
|
||||
"17idzpxrvkbff0jpynf35df95lh7wsm8vndynp63bxib2w09gv60"))))
|
||||
(inputs
|
||||
`(("libplist" ,libplist)
|
||||
("libusb" ,libusb)
|
||||
|
@ -480,7 +481,7 @@ (define-public usbmuxd
|
|||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "https://www.libimobiledevice.org/")
|
||||
(home-page "https://libimobiledevice.org/")
|
||||
(synopsis "Multiplex connections over USB to an iOS device")
|
||||
(description "This package provides the @code{usbmuxd} daemon
|
||||
which multiplexes connections over USB to an iOS device. To
|
||||
|
|
Loading…
Reference in a new issue