unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Mike Rosset <mrosset@bufio.org>
To: 50078@debbugs.gnu.org
Cc: Mike Rosset <mike.rosset@gmail.com>
Subject: [bug#50078] [PATCH 2/4] gnu: emacsy-minimal: Update to v0.4.1-41-gff7d4d7.
Date: Mon, 16 Aug 2021 09:51:06 -0700	[thread overview]
Message-ID: <20210816165108.178176-2-mike.rosset@gmail.com> (raw)
In-Reply-To: <20210816165108.178176-1-mike.rosset@gmail.com>

* gnu/packages/guile-xyz.scm (emacsy-minimal): Update to v0.4.1-41-gff7d4d7.

This adds guile 3.0.7 support to emacsy. And is now the default guile.
---
 gnu/packages/guile-xyz.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 74ccd38368..97905440de 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -3375,7 +3375,7 @@ in C using Gtk+-3 and WebKitGtk.")
     (license license:gpl3+)))
 
 (define-public emacsy-minimal
-  (let ((commit "v0.4.1-37-g5f91ee6"))
+  (let ((commit "v0.4.1-41-gff7d4d7"))
     (package
       (inherit emacsy)
       (name "emacsy-minimal")
@@ -3388,7 +3388,7 @@ in C using Gtk+-3 and WebKitGtk.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "03ym14g9qhjqmryr5z065kynqm8yhmvnbs2djl6vp3i9cmqln8cl"))))
+          (base32 "0r4mgln9p5q17vqq75vd98cglhaan277k7gva5p1sx3larrdwwfh"))))
       (build-system gnu-build-system)
       (native-inputs
        `(("autoconf" ,autoconf)
@@ -3398,9 +3398,9 @@ in C using Gtk+-3 and WebKitGtk.")
          ("makeinfo" ,texinfo)
          ("pkg-config" ,pkg-config)))
       (inputs
-       `(("guile" ,guile-2.2)
-         ("guile-lib" ,guile2.2-lib)
-         ("guile-readline" ,guile2.2-readline)))
+       `(("guile" ,guile-3.0-latest)
+         ("guile-lib" ,guile-lib)
+         ("guile-readline" ,guile-readline)))
       (propagated-inputs '())
       (arguments
        `(#:configure-flags '("--without-examples")
-- 
2.32.0





  reply	other threads:[~2021-08-16 17:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-16 16:45 [bug#50078] [PATCH 0/4] Nomad and dependancies now use guile 3 as default Mike Rosset
2021-08-16 16:51 ` [bug#50078] [PATCH 1/4] gnu: g-golf: Update to 9ef7c0b Mike Rosset
2021-08-16 16:51   ` Mike Rosset [this message]
2021-08-16 16:51   ` [bug#50078] [PATCH 3/4] gnu: nomad: Update to 0.2.0-alpha-204-g0abf88f Mike Rosset
2021-08-16 16:51   ` [bug#50078] [PATCH 4/4] gnu: shroud: Use guile-3.0 by default Mike Rosset
2021-08-24 20:43 ` [bug#50078] [PATCH 0/4] Nomad and dependancies now use guile 3 as default Jack Hill

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=20210816165108.178176-2-mike.rosset@gmail.com \
    --to=mrosset@bufio.org \
    --cc=50078@debbugs.gnu.org \
    --cc=mike.rosset@gmail.com \
    /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).