gnu: libmtp: Update to 1.1.16.
* gnu/packages/libusb.scm (libmtp): Update to 1.1.16.
This commit is contained in:
parent
039241bc96
commit
876428dd98
1 changed files with 2 additions and 2 deletions
|
|
@ -303,14 +303,14 @@ wrapper for accessing libusb-1.0.")
|
||||||
(define-public libmtp
|
(define-public libmtp
|
||||||
(package
|
(package
|
||||||
(name "libmtp")
|
(name "libmtp")
|
||||||
(version "1.1.15")
|
(version "1.1.16")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/libmtp/libmtp/" version
|
(uri (string-append "mirror://sourceforge/libmtp/libmtp/" version
|
||||||
"/libmtp-" version ".tar.gz"))
|
"/libmtp-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"089h79nkz7wcr3lbqi7025l8p75hbp0aigxk3wdk2zkm8q5r0h6h"))))
|
"185vh9bds6dcy00ycggg69g4v7m3api40zv8vrcfb3fk3vfzjs2v"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
|
||||||
Reference in a new issue