guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#68062] [PATCH] gnu: exempi: Update to 2.6.5.


From: Felix Gruber
Subject: [bug#68062] [PATCH] gnu: exempi: Update to 2.6.5.
Date: Wed, 27 Dec 2023 15:53:14 +0000

* gnu/packages/freedesktop.scm (exempi): Update to 2.6.5.
[arguments]: Remove trailing #t from 'remove-static-library phase.

Change-Id: I99878003dd6fc696b66543400502a1ef40c73cc1
---
 gnu/packages/freedesktop.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 648ebad408..a42a54ce7e 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1474,7 +1474,7 @@ (define-public wtype
 (define-public exempi
   (package
     (name "exempi")
-    (version "2.5.2")
+    (version "2.6.5")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -1482,7 +1482,7 @@ (define-public exempi
                    name "-" version ".tar.bz2"))
              (sha256
               (base32
-               "1mdfxb36p8251n5m7l55gx3fcqpk46yz9v568xfr8igxmqa47xaj"))))
+               "1zhzwkfna14sy78llhfc94cy5hv3076j5v3p1zmvawzz5gaa7yg9"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags (list (string-append "--with-boost="
@@ -1496,8 +1496,7 @@ (define-public exempi
              ;; <https://gitlab.freedesktop.org/libopenraw/exempi/-/issues/17>.
              ;; Simply delete the static library instead to save ~4.3 MiB.
              (delete-file (string-append (assoc-ref outputs "out")
-                                         "/lib/libexempi.a"))
-             #t)))))
+                                         "/lib/libexempi.a")))))))
     (native-inputs
      (list boost)) ; tests
     (inputs

base-commit: 8f03a51f5cdf4015d22a42e0796aad28f092e40b
-- 
2.43.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]