guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: lua-libmpack: Update to 1.0.8.


From: guix-commits
Subject: 04/05: gnu: lua-libmpack: Update to 1.0.8.
Date: Mon, 15 Jul 2019 13:17:06 -0400 (EDT)

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

commit adad147b4b178665606c3995d4b0d3fef0765037
Author: Marius Bakke <address@hidden>
Date:   Mon Jul 15 18:45:36 2019 +0200

    gnu: lua-libmpack: Update to 1.0.8.
    
    * gnu/packages/serialization.scm (lua-libmpack): Update to 1.0.8.
---
 gnu/packages/serialization.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm
index 2d50756..0f4cc55 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -168,15 +168,16 @@ that implements both the msgpack and msgpack-rpc 
specifications.")
 (define-public lua-libmpack
   (package (inherit libmpack)
     (name "lua-libmpack")
+    (version "1.0.8")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/libmpack/libmpack-lua";)
-                    (commit (package-version libmpack))))
-              (file-name (git-file-name name (package-version libmpack)))
+                    (commit version)))
+              (file-name (git-file-name name version))
               (sha256
                (base32
-                "10zx4biyi9gmk90aa6674vvqsrz74jy74fxqlcrx66c8sl8yxr92"))))
+                "1ijvzgq5hvib03w5rghv31wi7byamwg7qdx5pawvhvnflaii8ivw"))))
     (build-system gnu-build-system)
     (arguments
      `(;; FIXME: tests require "busted", which is not yet available in Guix.



reply via email to

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