unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#68062] [PATCH] gnu: exempi: Update to 2.6.5.
@ 2023-12-27 15:53 Felix Gruber
  2024-03-10  4:52 ` bug#68062: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2023-12-27 15:53 UTC (permalink / raw)
  To: 68062; +Cc: Felix Gruber

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#68062: [PATCH] gnu: exempi: Update to 2.6.5.
  2023-12-27 15:53 [bug#68062] [PATCH] gnu: exempi: Update to 2.6.5 Felix Gruber
@ 2024-03-10  4:52 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2024-03-10  4:52 UTC (permalink / raw)
  To: Felix Gruber; +Cc: 68062-done

Felix Gruber <felgru@posteo.net> writes:

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

Pushed as commit b22e1ff117, thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-10  4:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-27 15:53 [bug#68062] [PATCH] gnu: exempi: Update to 2.6.5 Felix Gruber
2024-03-10  4:52 ` bug#68062: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).