guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: lua-luv: Update to 1.32.0-0.


From: guix-commits
Subject: 07/07: gnu: lua-luv: Update to 1.32.0-0.
Date: Mon, 6 Jan 2020 08:04:48 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 251ce98c49eda6d6db654d32d623842fbe6cd2a1
Author: Efraim Flashner <address@hidden>
AuthorDate: Mon Jan 6 15:01:29 2020 +0200

    gnu: lua-luv: Update to 1.32.0-0.
    
    * gnu/packages/lua.scm (lua-luv): Update to 1.32.0-0.
---
 gnu/packages/lua.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm
index 0307e0f..a69291e 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -458,7 +458,7 @@ Grammars (PEGs).")
 (define (make-lua-luv name lua)
   (package
     (name name)
-    (version "1.30.1-1")
+    (version "1.32.0-0")
     (source (origin
               ;; The release tarball includes the sources of libuv but does
               ;; not include the pkg-config files.
@@ -469,7 +469,7 @@ Grammars (PEGs).")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0b2zxrsjxzhzwfp28lchplrp272v6zkbpq1ddz7a0rf20l7dbls1"))))
+                "0c65c1lhbl0axnyks3910gjs0z0hw7w6jvl07g8kbpnbvfl4qajh"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f                      ; there are none



reply via email to

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