unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Vinícius dos Santos Oliveira" <vini.ipsmaker@gmail.com>
To: 49105@debbugs.gnu.org
Subject: [bug#49105] Update emilua to 0.3.2
Date: Fri, 18 Jun 2021 20:27:30 -0300	[thread overview]
Message-ID: <CAK9RveJ56KH2fOtO7Jh00kHmTgNu95d17FhM=Ww_fhR_GGpJXw@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 386 bytes --]

Patch attached.


   - Recent Boost 1.75 breaks API for the Boost.DLL sublibray and some
   dependant packages had to be updated (emilua included).
   - Also emilua no longer requires bundled CLI11 as of the new version
   which was one of the complaints when the package was first submitted to
   guix.



-- 
Vinícius dos Santos Oliveira
https://vinipsmaker.github.io/

[-- Attachment #1.2: Type: text/html, Size: 715 bytes --]

[-- Attachment #2: 0001-Update-emilua-to-0.3.2.patch --]
[-- Type: text/x-patch, Size: 1874 bytes --]

From 233b50cc6399d44ff6009077031ca4cd72ae3dee Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Vin=C3=ADcius=20dos=20Santos=20Oliveira?=
 <vini.ipsmaker@gmail.com>
Date: Fri, 18 Jun 2021 20:20:01 -0300
Subject: [PATCH] Update emilua to 0.3.2

---
 gnu/packages/lua.scm | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm
index 54d2ba400d..0ecc91294f 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -1108,23 +1108,20 @@ shell command executions.")
 (define-public emilua
   (package
    (name "emilua")
-   (version "0.3.0")
+   (version "0.3.2")
    (source (origin
             (method git-fetch)
             (uri (git-reference
                   (url "https://gitlab.com/emilua/emilua.git")
                   (commit (string-append "v" version))
-                  ;; Current version requires bundled CLI11, but at some future
-                  ;; release the one found in the system could be used
-                  ;; instead. Current version also requires Trial.Protocol and
-                  ;; the HTTP lib developed as part of GSoC 2014 for Boost, but
-                  ;; these are dependencies unlikely to be "unbundled" in future
-                  ;; releases.
+                  ;; Current version requires Trial.Protocol and the HTTP lib
+                  ;; developed as part of GSoC 2014 for Boost, and these are
+                  ;; dependencies unlikely to be "unbundled" in future releases.
                   (recursive? #t)))
             (file-name (git-file-name name version))
             (sha256
              (base32
-              "124fj73722c03znwdyqp1i0jygwv3s11f6s1j9rzym513qrf7fnd"))))
+              "1999bgrh52124a5g4qizav3x257ff2brjr855srpm1jv1nxzbygv"))))
    (build-system meson-build-system)
    (arguments
     `(#:meson ,meson-0.55
-- 
2.32.0


             reply	other threads:[~2021-06-18 23:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-18 23:27 Vinícius dos Santos Oliveira [this message]
2021-06-22  8:55 ` bug#49105: Update emilua to 0.3.2 Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAK9RveJ56KH2fOtO7Jh00kHmTgNu95d17FhM=Ww_fhR_GGpJXw@mail.gmail.com' \
    --to=vini.ipsmaker@gmail.com \
    --cc=49105@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).