mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: gphoto2: Update to 2.5.11.
* gnu/packages/photo.scm (gphoto2): Update to 2.5.11.
This commit is contained in:
parent
69874f5fd2
commit
f6c44a3f04
1 changed files with 2 additions and 2 deletions
|
@ -120,14 +120,14 @@ (define-public libgphoto2
|
|||
(define-public gphoto2
|
||||
(package
|
||||
(name "gphoto2")
|
||||
(version "2.5.10")
|
||||
(version "2.5.11")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/gphoto/gphoto/" version
|
||||
"/gphoto2-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1436i2chc1xzq1bng48yx52kgqjqbaashij52sifbdslbm9jzk36"))))
|
||||
"1sgr6rsvzzagcwhc8fxbnvz3k02wr2hab0vrbvcb04k5l3b48a1r"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in a new issue