me
/
guix
Archived
1
0
Fork 0

gnu: libplist: Update to 2.2.0.

* gnu/packages/libusb.scm (libplist): Update to 2.2.0.
[source]: Use 'url-fetch' instead of 'git-fetch'.
[home-page]: Update URL.
master
Kei Kebreau 2020-07-27 13:10:29 -04:00
parent fb6b9f3b72
commit 8729c8be1b
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 7 additions and 8 deletions

View File

@ -351,16 +351,15 @@ I2C and SPI devices attached to the USB Hub.")
(define-public libplist (define-public libplist
(package (package
(name "libplist") (name "libplist")
(version "2.1.0") (version "2.2.0")
(source (source
(origin (origin
(method git-fetch) (method url-fetch)
(uri (git-reference (uri (string-append "https://github.com/libimobiledevice"
(url "https://github.com/libimobiledevice/libplist") "/libplist/releases/download/" version
(commit version))) "/libplist-" version ".tar.bz2"))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 "02vraf4j46bp746s0gz7vga2gv2dy3zd1v1bsy9x8algg9fpcb7n")))) (base32 "16mxdwaw01x9a3adf0yj3bqjc7afpf2vm1n5hkgj3i3y6zjifmaa"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(;; Tests fail randomly when run in parallel because several of them write `(;; Tests fail randomly when run in parallel because several of them write
@ -375,7 +374,7 @@ I2C and SPI devices attached to the USB Hub.")
("libtool" ,libtool) ("libtool" ,libtool)
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
("python-cython" ,python-cython))) ; to build Python bindings ("python-cython" ,python-cython))) ; to build Python bindings
(home-page "https://www.libimobiledevice.org/") (home-page "https://libimobiledevice.org/")
(synopsis "C library to handle Apple Property List files") (synopsis "C library to handle Apple Property List files")
(description "This package provides a small portable C library to handle (description "This package provides a small portable C library to handle
Apple Property List files in binary or XML.") Apple Property List files in binary or XML.")