mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: ifuse: Update to 1.1.4.
* gnu/packages/libusb.scm (ifuse): Update to 1.1.4. [source, home-page]: Update URL.
This commit is contained in:
parent
83503258ec
commit
c0d0688edb
1 changed files with 6 additions and 5 deletions
|
@ -441,21 +441,22 @@ (define-public libimobiledevice
|
||||||
(define-public ifuse
|
(define-public ifuse
|
||||||
(package
|
(package
|
||||||
(name "ifuse")
|
(name "ifuse")
|
||||||
(version "1.1.3")
|
(version "1.1.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.libimobiledevice.org/downloads/"
|
(uri (string-append "https://github.com/libimobiledevice"
|
||||||
"ifuse-" version ".tar.bz2"))
|
"/ifuse/releases/download/" version
|
||||||
|
"/ifuse-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1p9a4n36jb194cnp6v57cz2bggwbywaz8pbpb95ch83pzdkdx257"))))
|
"11wdv44qwia77sh38n36809ysaib52rwd4fvqwb5ybsbz4p70l1m"))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("fuse" ,fuse)
|
`(("fuse" ,fuse)
|
||||||
("libimobiledevice" ,libimobiledevice)))
|
("libimobiledevice" ,libimobiledevice)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "https://www.libimobiledevice.org/")
|
(home-page "https://libimobiledevice.org/")
|
||||||
(synopsis "Mount iOS devices")
|
(synopsis "Mount iOS devices")
|
||||||
(description "This package provides @command{ifuse}, a command to mount
|
(description "This package provides @command{ifuse}, a command to mount
|
||||||
iOS devices and access their contents.")
|
iOS devices and access their contents.")
|
||||||
|
|
Loading…
Reference in a new issue