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

* gnu/packages/lua.scm (lua-luv): Update to 1.32.0-0.
This commit is contained in:
Efraim Flashner 2020-01-06 15:01:29 +02:00
parent 6298f327db
commit 251ce98c49
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

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