[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/17: gnu: lua-luv: Update to 1.30.1-1.
From: |
guix-commits |
Subject: |
07/17: gnu: lua-luv: Update to 1.30.1-1. |
Date: |
Sat, 5 Oct 2019 23:36:13 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 5327fbb39163cb8630ecfab39ebbb6bcd90d6788
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Oct 6 01:32:03 2019 +0200
gnu: lua-luv: Update to 1.30.1-1.
* gnu/packages/lua.scm (lua-luv): Update to 1.30.1-1.
---
gnu/packages/lua.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm
index 075decc..2360486 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -8,7 +8,7 @@
;;; Copyright © 2016 doncatnip <address@hidden>
;;; Copyright © 2016, 2017, 2019 Clément Lassieur <address@hidden>
;;; Copyright © 2016 José Miguel Sánchez García <address@hidden>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
;;; Copyright © 2018 Fis Trivial <address@hidden>
;;;
;;; This file is part of GNU Guix.
@@ -454,7 +454,7 @@ Grammars (PEGs).")
(define (make-lua-luv name lua)
(package
(name name)
- (version "1.30.1-0")
+ (version "1.30.1-1")
(source (origin
;; The release tarball includes the sources of libuv but does
;; not include the pkg-config files.
@@ -465,10 +465,10 @@ Grammars (PEGs).")
(file-name (git-file-name name version))
(sha256
(base32
- "1lfzzyphpim28kw33k7zylcyxnf40ckhdg6hbqyzb5hszdf2hbka"))))
+ "0b2zxrsjxzhzwfp28lchplrp272v6zkbpq1ddz7a0rf20l7dbls1"))))
(build-system cmake-build-system)
(arguments
- `(#:tests? #f ; there are none
+ `(#:tests? #f ; there are none
#:configure-flags
'("-DWITH_LUA_ENGINE=Lua"
"-DWITH_SHARED_LIBUV=On"
- branch master updated (32faec6 -> 5a54baf), guix-commits, 2019/10/05
- 09/17: gnu: perl-test-tcp: Update to 2.21., guix-commits, 2019/10/05
- 01/17: gnu: libmpack: Don't use unstable tarball., guix-commits, 2019/10/05
- 08/17: gnu: perl-test-mockobject: Update to 1.20191002., guix-commits, 2019/10/05
- 05/17: gnu: perl-html-form: Update to 6.05., guix-commits, 2019/10/05
- 07/17: gnu: lua-luv: Update to 1.30.1-1.,
guix-commits <=
- 10/17: gnu: r-polspline: Update to 1.1.16., guix-commits, 2019/10/05
- 02/17: gnu: lua-libmpack: Don't use unstable tarball., guix-commits, 2019/10/05
- 12/17: gnu: rust-miniz-oxide: Update to 0.3.3., guix-commits, 2019/10/05
- 04/17: gnu: quaternion: Update to 0.0.9.4c., guix-commits, 2019/10/05
- 06/17: gnu: lua-libmpack: Update to 1.0.8., guix-commits, 2019/10/05
- 03/17: gnu: libqmatrixclient: Update to 0.5.2., guix-commits, 2019/10/05
- 11/17: gnu: rust-openssl-sys: Update to 0.9.50., guix-commits, 2019/10/05
- 13/17: gnu: r-pegas: Update to 0.12., guix-commits, 2019/10/05
- 15/17: gnu: r-gamlss-dist: Update to 5.1-5., guix-commits, 2019/10/05
- 16/17: gnu: python-mnemonic: Update to 0.19., guix-commits, 2019/10/05