unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#44393] [PATCH 1/3] gnu: emacsy-minimal: Update to v0.4.1-37-g5f91ee6.
@ 2020-11-02 16:57 Mike Rosset
  2020-11-02 16:57 ` [bug#44394] [PATCH 2/3] gnu: g-golf: Update to ef830107b9765bd6a2da848d0cbe45e11374c0b5 Mike Rosset
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Mike Rosset @ 2020-11-02 16:57 UTC (permalink / raw)
  To: 44393; +Cc: Mike Rosset

* gnu/packages/guile-xyz.scm (emacsy-minimal): Update to v0.4.1-37-g5f91ee6.
---
 gnu/packages/guile-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 34fcca8f85..d55f95a168 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -3084,7 +3084,7 @@ in C using Gtk+-3 and WebKitGtk.")
     (license license:gpl3+)))
 
 (define-public emacsy-minimal
-  (let ((commit "v0.4.1-31-g415d96f"))
+  (let ((commit "v0.4.1-37-g5f91ee6"))
     (package
       (inherit emacsy)
       (name "emacsy-minimal")
@@ -3097,7 +3097,7 @@ in C using Gtk+-3 and WebKitGtk.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "1cs1i1hxwrv0a512j54yrvfh743nci1chx6qjgp4jyzq98ncvxgg"))))
+          (base32 "03ym14g9qhjqmryr5z065kynqm8yhmvnbs2djl6vp3i9cmqln8cl"))))
       (build-system gnu-build-system)
       (inputs
        `(("guile" ,guile-2.2)
-- 
2.28.0





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

* [bug#44394] [PATCH 2/3] gnu: g-golf: Update to ef830107b9765bd6a2da848d0cbe45e11374c0b5.
  2020-11-02 16:57 [bug#44393] [PATCH 1/3] gnu: emacsy-minimal: Update to v0.4.1-37-g5f91ee6 Mike Rosset
@ 2020-11-02 16:57 ` Mike Rosset
  2020-11-14 10:06   ` bug#44394: " Christopher Baines
  2020-11-02 16:57 ` [bug#44395] [PATCH 3/3] gnu: nomad: Update to 0.2.0-alpha-199-g3e7a475 Mike Rosset
  2020-11-14 10:06 ` bug#44393: [PATCH 1/3] gnu: emacsy-minimal: Update to v0.4.1-37-g5f91ee6 Christopher Baines
  2 siblings, 1 reply; 6+ messages in thread
From: Mike Rosset @ 2020-11-02 16:57 UTC (permalink / raw)
  To: 44394; +Cc: Mike Rosset

* gnu/packages/guile-xyz.scm (g-golf): Update to ef830107b9765bd6a2da848d0cbe45e11374c0b5.
---
 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 d55f95a168..6a211ce287 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1803,8 +1803,8 @@ capabilities.")
     (license license:gpl3+)))
 
 (define-public g-golf
-  (let ((commit   "84e894eb7945c3bcdf7f8d5135c1be3efa524c92")
-        (revision "822"))
+  (let ((commit   "ef830107b9765bd6a2da848d0cbe45e11374c0b5")
+        (revision "839"))
     (package
       (name "g-golf")
       (version (git-version "0.1.0" revision commit))
@@ -1816,7 +1816,7 @@ capabilities.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "1pkcij65zy2lkip5yrfzj85nq17pp9mrf0d4sk6hpjqr4kd0bxd5"))))
+          (base32 "0r472hvmf447kqvkahp1wy4irb5gy8y793hm8r9rc511smdx66cw"))))
       (build-system gnu-build-system)
       (native-inputs
        `(("autoconf" ,autoconf)
-- 
2.28.0





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

* [bug#44395] [PATCH 3/3] gnu: nomad: Update to 0.2.0-alpha-199-g3e7a475.
  2020-11-02 16:57 [bug#44393] [PATCH 1/3] gnu: emacsy-minimal: Update to v0.4.1-37-g5f91ee6 Mike Rosset
  2020-11-02 16:57 ` [bug#44394] [PATCH 2/3] gnu: g-golf: Update to ef830107b9765bd6a2da848d0cbe45e11374c0b5 Mike Rosset
@ 2020-11-02 16:57 ` Mike Rosset
  2020-11-10 21:13   ` bug#44395: " Marius Bakke
  2020-11-14 10:06 ` bug#44393: [PATCH 1/3] gnu: emacsy-minimal: Update to v0.4.1-37-g5f91ee6 Christopher Baines
  2 siblings, 1 reply; 6+ messages in thread
From: Mike Rosset @ 2020-11-02 16:57 UTC (permalink / raw)
  To: 44395; +Cc: Mike Rosset

* gnu/packages/guile-xyz.scm (nomad): Update to 0.2.0-alpha-199-g3e7a475.
[inputs]: add gsettings-desktop-schemas
---
 gnu/packages/guile-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 6a211ce287..55768b37c5 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -3150,7 +3150,7 @@ perform geometrical transforms on JPEG images.")
 (define-public nomad
   (package
     (name "nomad")
-    (version "0.2.0-alpha-100-g6a565d3")
+    (version "0.2.0-alpha-199-g3e7a475")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3159,7 +3159,7 @@ perform geometrical transforms on JPEG images.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0anmprm63a88kii251rl296v1g4iq62r6n4nssx5jbc0hzkknanz"))))
+                "0p0ha6prp7pyadp61clbhc6b55023vxzfwy14j2qygb2mkq7fhic"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)
@@ -3190,6 +3190,7 @@ perform geometrical transforms on JPEG images.")
        ("gtk+:bin" ,gtk+ "bin")
        ("webkitgtk" ,webkitgtk)
        ("gtksourceview" ,gtksourceview)
+       ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
        ("vte" ,vte)
        ;; Gstreamer
        ("gstreamer" ,gstreamer)
-- 
2.28.0





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

* bug#44395: [PATCH 3/3] gnu: nomad: Update to 0.2.0-alpha-199-g3e7a475.
  2020-11-02 16:57 ` [bug#44395] [PATCH 3/3] gnu: nomad: Update to 0.2.0-alpha-199-g3e7a475 Mike Rosset
@ 2020-11-10 21:13   ` Marius Bakke
  0 siblings, 0 replies; 6+ messages in thread
From: Marius Bakke @ 2020-11-10 21:13 UTC (permalink / raw)
  To: Mike Rosset, 44395-done; +Cc: Mike Rosset

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

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

> * gnu/packages/guile-xyz.scm (nomad): Update to 0.2.0-alpha-199-g3e7a475.
> [inputs]: add gsettings-desktop-schemas

Applied, along with the two preceding patches.

Thank you!

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

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

* bug#44394: [PATCH 2/3] gnu: g-golf: Update to ef830107b9765bd6a2da848d0cbe45e11374c0b5.
  2020-11-02 16:57 ` [bug#44394] [PATCH 2/3] gnu: g-golf: Update to ef830107b9765bd6a2da848d0cbe45e11374c0b5 Mike Rosset
@ 2020-11-14 10:06   ` Christopher Baines
  0 siblings, 0 replies; 6+ messages in thread
From: Christopher Baines @ 2020-11-14 10:06 UTC (permalink / raw)
  To: 44394-done

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


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

> * gnu/packages/guile-xyz.scm (g-golf): Update to ef830107b9765bd6a2da848d0cbe45e11374c0b5.
> ---
>  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 d55f95a168..6a211ce287 100644
> --- a/gnu/packages/guile-xyz.scm
> +++ b/gnu/packages/guile-xyz.scm
> @@ -1803,8 +1803,8 @@ capabilities.")
>      (license license:gpl3+)))
>  
>  (define-public g-golf
> -  (let ((commit   "84e894eb7945c3bcdf7f8d5135c1be3efa524c92")
> -        (revision "822"))
> +  (let ((commit   "ef830107b9765bd6a2da848d0cbe45e11374c0b5")
> +        (revision "839"))
>      (package
>        (name "g-golf")
>        (version (git-version "0.1.0" revision commit))
> @@ -1816,7 +1816,7 @@ capabilities.")
>                 (commit commit)))
>           (file-name (git-file-name name version))
>           (sha256
> -          (base32 "1pkcij65zy2lkip5yrfzj85nq17pp9mrf0d4sk6hpjqr4kd0bxd5"))))
> +          (base32 "0r472hvmf447kqvkahp1wy4irb5gy8y793hm8r9rc511smdx66cw"))))
>        (build-system gnu-build-system)
>        (native-inputs
>         `(("autoconf" ,autoconf)

Closing, as this looks to have been merged.

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

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

* bug#44393: [PATCH 1/3] gnu: emacsy-minimal: Update to v0.4.1-37-g5f91ee6.
  2020-11-02 16:57 [bug#44393] [PATCH 1/3] gnu: emacsy-minimal: Update to v0.4.1-37-g5f91ee6 Mike Rosset
  2020-11-02 16:57 ` [bug#44394] [PATCH 2/3] gnu: g-golf: Update to ef830107b9765bd6a2da848d0cbe45e11374c0b5 Mike Rosset
  2020-11-02 16:57 ` [bug#44395] [PATCH 3/3] gnu: nomad: Update to 0.2.0-alpha-199-g3e7a475 Mike Rosset
@ 2020-11-14 10:06 ` Christopher Baines
  2 siblings, 0 replies; 6+ messages in thread
From: Christopher Baines @ 2020-11-14 10:06 UTC (permalink / raw)
  To: 44393-done

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


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

> * gnu/packages/guile-xyz.scm (emacsy-minimal): Update to v0.4.1-37-g5f91ee6.
> ---
>  gnu/packages/guile-xyz.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
> index 34fcca8f85..d55f95a168 100644
> --- a/gnu/packages/guile-xyz.scm
> +++ b/gnu/packages/guile-xyz.scm
> @@ -3084,7 +3084,7 @@ in C using Gtk+-3 and WebKitGtk.")
>      (license license:gpl3+)))
>  
>  (define-public emacsy-minimal
> -  (let ((commit "v0.4.1-31-g415d96f"))
> +  (let ((commit "v0.4.1-37-g5f91ee6"))
>      (package
>        (inherit emacsy)
>        (name "emacsy-minimal")
> @@ -3097,7 +3097,7 @@ in C using Gtk+-3 and WebKitGtk.")
>                 (commit commit)))
>           (file-name (git-file-name name version))
>           (sha256
> -          (base32 "1cs1i1hxwrv0a512j54yrvfh743nci1chx6qjgp4jyzq98ncvxgg"))))
> +          (base32 "03ym14g9qhjqmryr5z065kynqm8yhmvnbs2djl6vp3i9cmqln8cl"))))
>        (build-system gnu-build-system)
>        (inputs
>         `(("guile" ,guile-2.2)

Closing, as this looks to have been merged.

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

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

end of thread, other threads:[~2020-11-14 10:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-02 16:57 [bug#44393] [PATCH 1/3] gnu: emacsy-minimal: Update to v0.4.1-37-g5f91ee6 Mike Rosset
2020-11-02 16:57 ` [bug#44394] [PATCH 2/3] gnu: g-golf: Update to ef830107b9765bd6a2da848d0cbe45e11374c0b5 Mike Rosset
2020-11-14 10:06   ` bug#44394: " Christopher Baines
2020-11-02 16:57 ` [bug#44395] [PATCH 3/3] gnu: nomad: Update to 0.2.0-alpha-199-g3e7a475 Mike Rosset
2020-11-10 21:13   ` bug#44395: " Marius Bakke
2020-11-14 10:06 ` bug#44393: [PATCH 1/3] gnu: emacsy-minimal: Update to v0.4.1-37-g5f91ee6 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).