diff mbox series

[bug#64464] gnu: libostree: Update to 2023.5.

Message ID b542bb32ff9d3edc3d3d85391662ff68ac81209c.1688495336.git.kiasoc5@disroot.org
State New
Headers show
Series [bug#64464] gnu: libostree: Update to 2023.5. | expand

Commit Message

kiasoc5 July 4, 2023, 6:28 p.m. UTC
* gnu/packages/package-management.scm (libostree): Update to 2023.5.
---
 gnu/packages/package-management.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: 3b630604d1f6325444509b5badd6cee15b3ce1b4

Comments

Ludovic Courtès July 17, 2023, 10:28 p.m. UTC | #1
kiasoc5 <kiasoc5@disroot.org> skribis:

> * gnu/packages/package-management.scm (libostree): Update to 2023.5.

Hi!  This introduces new build failures according to
<https://qa.guix.gnu.org/issue/64464>.  Could you take a look?

TIA,
Ludo’.
Deslauriers, Douglas via Guix-patches" via Aug. 3, 2023, 3:51 p.m. UTC | #2
Hi Ludo,

On 2023-07-17 22:28, Ludovic Courtès wrote:
> kiasoc5 <kiasoc5@disroot.org> skribis:
> 
>> * gnu/packages/package-management.scm (libostree): Update to 2023.5.
> 
> Hi!  This introduces new build failures according to
> <https://qa.guix.gnu.org/issue/64464>.  Could you take a look?

Currently this page is down, but I tested locally on the dependents, 
except for plasma since it's very big:

Building the following 6 packages would ensure 9 dependent packages are 
rebuilt: xdg-desktop-portal-gtk@1.14.1 malcontent@0.11.1 
gnome-builder@42.1 plasma@5.25.5 sideload@6.0.2 skopeo@1.2.3

Out of these, malcontent failed to build for reasons unrelated to 
libostree. I sent a patch at https://issues.guix.gnu.org/65040
Christopher Baines Sept. 15, 2023, 10:34 a.m. UTC | #3
kiasoc5--- via Guix-patches via <guix-patches@gnu.org> writes:

> Hi Ludo,
>
> On 2023-07-17 22:28, Ludovic Courtès wrote:
>> kiasoc5 <kiasoc5@disroot.org> skribis:
>>
>>> * gnu/packages/package-management.scm (libostree): Update to 2023.5.
>> Hi!  This introduces new build failures according to
>> <https://qa.guix.gnu.org/issue/64464>.  Could you take a look?
>
> Currently this page is down, but I tested locally on the dependents,
> except for plasma since it's very big:
>
> Building the following 6 packages would ensure 9 dependent packages
> are rebuilt: xdg-desktop-portal-gtk@1.14.1 malcontent@0.11.1
> gnome-builder@42.1 plasma@5.25.5 sideload@6.0.2 skopeo@1.2.3
>
> Out of these, malcontent failed to build for reasons unrelated to
> libostree. I sent a patch at https://issues.guix.gnu.org/65040

The information on QA looks OK to me, so I've gone ahead and pushed this
to master as b696fb41bc0dfcb7130a5aa6d69aff2ae191c283.

Chris
diff mbox series

Patch

diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index e3dba508f0..e90d436823 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -1814,7 +1814,7 @@  (define-public msitools
 (define-public libostree
   (package
     (name "libostree")
-    (version "2022.7")
+    (version "2023.5")
     (source
      (origin
        (method url-fetch)
@@ -1822,7 +1822,7 @@  (define-public libostree
              "https://github.com/ostreedev/ostree/releases/download/v"
              (version-major+minor version) "/libostree-" version ".tar.xz"))
        (sha256
-        (base32 "07s14awf9ynlp84s08dkbwj9i18g93y0yf0k87nbks4l3hkakqlb"))))
+        (base32 "056v7bz40dx8k2j2pfypc4shl6ijzvx1gy8r0kaw66py67xklndw"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases