unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#40512] [PATCH] gnu: emacsy-minimal: Update to v0.4.1-28.d459ca1.
@ 2020-04-08 18:17 Mike Rosset
  2020-04-15  8:25 ` bug#40512: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Rosset @ 2020-04-08 18:17 UTC (permalink / raw)
  To: 40512; +Cc: Mike Rosset

* gnu/packages/guile-xyz.scm (emacsy-minimal): Update to v0.4.1-28.d459ca1.
---
 gnu/packages/guile-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index a86a3f77ef..ee852d62a9 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2680,11 +2680,11 @@ in C using Gtk+-3 and WebKitGtk.")
     (license license:gpl3+)))
 
 (define-public emacsy-minimal
-  (let ((commit "f3bf0dbd803d7805b6ae8303253507ad13922293"))
+  (let ((commit "d459ca1d3d09e7624e662bc4cfc3596850796fc6"))
     (package
       (inherit emacsy)
       (name "emacsy-minimal")
-      (version (git-version "v0.4.1" "19" commit))
+      (version (git-version "v0.4.1" "28" commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -2693,7 +2693,7 @@ in C using Gtk+-3 and WebKitGtk.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0ivy28km1p7nlrf63xx3hvrpxf5ld5amk1wcan3k7sqv1kq9mqdb"))))
+                  "1ps15w8cxj9kc18gmvys9jv9xa1qqa7m43ismv34l3cmhddrn0sr"))))
       (build-system gnu-build-system)
       (inputs
        `(("guile" ,guile-2.2)
-- 
2.26.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#40512: [PATCH] gnu: emacsy-minimal: Update to v0.4.1-28.d459ca1.
  2020-04-08 18:17 [bug#40512] [PATCH] gnu: emacsy-minimal: Update to v0.4.1-28.d459ca1 Mike Rosset
@ 2020-04-15  8:25 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2020-04-15  8:25 UTC (permalink / raw)
  To: Mike Rosset; +Cc: 40512-done

[-- Attachment #1: Type: text/plain, Size: 1474 bytes --]


Mike Rosset <mike.rosset@gmail.com> writes:

> * gnu/packages/guile-xyz.scm (emacsy-minimal): Update to v0.4.1-28.d459ca1.
> ---
>  gnu/packages/guile-xyz.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
> index a86a3f77ef..ee852d62a9 100644
> --- a/gnu/packages/guile-xyz.scm
> +++ b/gnu/packages/guile-xyz.scm
> @@ -2680,11 +2680,11 @@ in C using Gtk+-3 and WebKitGtk.")
>      (license license:gpl3+)))
>
>  (define-public emacsy-minimal
> -  (let ((commit "f3bf0dbd803d7805b6ae8303253507ad13922293"))
> +  (let ((commit "d459ca1d3d09e7624e662bc4cfc3596850796fc6"))
>      (package
>        (inherit emacsy)
>        (name "emacsy-minimal")
> -      (version (git-version "v0.4.1" "19" commit))
> +      (version (git-version "v0.4.1" "28" commit))
>        (source (origin
>                  (method git-fetch)
>                  (uri (git-reference
> @@ -2693,7 +2693,7 @@ in C using Gtk+-3 and WebKitGtk.")
>                  (file-name (git-file-name name version))
>                  (sha256
>                   (base32
> -                  "0ivy28km1p7nlrf63xx3hvrpxf5ld5amk1wcan3k7sqv1kq9mqdb"))))
> +                  "1ps15w8cxj9kc18gmvys9jv9xa1qqa7m43ismv34l3cmhddrn0sr"))))
>        (build-system gnu-build-system)
>        (inputs
>         `(("guile" ,guile-2.2)

I've gone ahead and pushed this to master as
2708ae3d69b54d8323ca84fd9a7fb108a6ee96ba.

Thanks,

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 962 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-15  8:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-08 18:17 [bug#40512] [PATCH] gnu: emacsy-minimal: Update to v0.4.1-28.d459ca1 Mike Rosset
2020-04-15  8:25 ` bug#40512: " Christopher Baines

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).