gnu: libostree: Update to 2022.1.

* gnu/packages/package-management (libostree): Update to 2022.1.
[native-inputs, inputs]: Remove labels

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
kiasoc5 2022-01-14 17:04:06 -05:00 committed by Mathieu Othacehe
parent 8322f747c4
commit 58baee6e0d
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -1709,7 +1709,7 @@ (define-public msitools
(define-public libostree (define-public libostree
(package (package
(name "libostree") (name "libostree")
(version "2021.6") (version "2022.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1717,7 +1717,7 @@ (define-public libostree
"https://github.com/ostreedev/ostree/releases/download/v" "https://github.com/ostreedev/ostree/releases/download/v"
(version-major+minor version) "/libostree-" version ".tar.xz")) (version-major+minor version) "/libostree-" version ".tar.xz"))
(sha256 (sha256
(base32 "0cgmnjf4mr4wn4fliq6ncs0q9qwblrlizjfhx57p7m332g5k21p8")))) (base32 "1mfakwm0sjvb1vvl3jhc451yyf723k7c4vv1yqs8law4arw0x823"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:phases '(#:phases
@ -1734,23 +1734,23 @@ (define-public libostree
;; tap-driver.sh: fatal: I/O or internal error ;; tap-driver.sh: fatal: I/O or internal error
#:tests? #f)) #:tests? #f))
(native-inputs (native-inputs
`(("attr" ,attr) ; for tests (list attr ; for tests
("bison" ,bison) bison
("glib:bin" ,glib "bin") ; for 'glib-mkenums' `(,glib "bin") ; for 'glib-mkenums'
("gobject-introspection" ,gobject-introspection) gobject-introspection
("pkg-config" ,pkg-config) pkg-config
("xsltproc" ,libxslt))) libxslt))
(inputs (inputs
`(("avahi" ,avahi) (list avahi
("docbook-xml" ,docbook-xml-4.2) docbook-xml
("docbook-xsl" ,docbook-xsl) docbook-xsl
("e2fsprogs" ,e2fsprogs) e2fsprogs
("fuse" ,fuse) fuse
("glib" ,glib) glib
("gpgme" ,gpgme) gpgme
("libarchive" ,libarchive) libarchive
("libsoup" ,libsoup-minimal-2) ; needs libsoup-2.4 libsoup-minimal-2 ; needs libsoup-2.4
("util-linux" ,util-linux))) util-linux))
(home-page "https://ostree.readthedocs.io/en/latest/") (home-page "https://ostree.readthedocs.io/en/latest/")
(synopsis "Operating system and container binary deployment and upgrades") (synopsis "Operating system and container binary deployment and upgrades")
(description (description