guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: libffi: Update to 3.4.4.


From: guix-commits
Subject: 05/05: gnu: libffi: Update to 3.4.4.
Date: Tue, 15 Nov 2022 01:58:42 -0500 (EST)

efraim pushed a commit to branch core-updates
in repository guix.

commit 589bf77361027e2f740f669a6522b31c27e4dabb
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Nov 14 22:24:42 2022 +0200

    gnu: libffi: Update to 3.4.4.
    
    * gnu/packages/libffi.scm (libffi): Update to 3.4.4.
---
 gnu/packages/libffi.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/libffi.scm b/gnu/packages/libffi.scm
index ecdeaf45cd..23ed821e82 100644
--- a/gnu/packages/libffi.scm
+++ b/gnu/packages/libffi.scm
@@ -45,7 +45,7 @@
 (define-public libffi
   (package
     (name "libffi")
-    (version "3.4.2")
+    (version "3.4.4")
     (source (origin
               (method url-fetch)
               (uri
@@ -54,7 +54,7 @@
                               name "-" version ".tar.gz"))
               (sha256
                (base32
-                "081nx7wpzds168jbr59m34n6s3lyiq6r8zggvqxvlslsc4hvf3sl"))))
+                "0xpn5mqlbdmqgxgp910ba1qj79axpwr8nh7wklmcz0ls4nnmcv6n"))))
     (build-system gnu-build-system)
     (arguments
      `(;; Prevent the build system from passing -march and -mtune to the



reply via email to

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