unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#65692] [PATCH 1/2] gnu: thunar: Update to 4.18.7.
@ 2023-09-02  3:50 iyzsong--- via Guix-patches via
  2023-09-02  3:50 ` [bug#65693] [PATCH 2/2] gnu: xfce4-terminal: Update to 1.1.0 iyzsong--- via Guix-patches via
  2023-09-06  0:51 ` bug#65692: [PATCH 1/2] gnu: thunar: Update to 4.18.7 Maxim Cournoyer
  0 siblings, 2 replies; 4+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-09-02  3:50 UTC (permalink / raw)
  To: 65692; +Cc: 宋文武, Zhu Zihao, 宋文武

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/xfce.scm (thunar): Update to 4.18.7.
---
 gnu/packages/xfce.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index fed7360aa8..3292db4f58 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -727,7 +727,7 @@ (define-public xfce4-settings
 (define-public thunar
   (package
     (name "thunar")
-    (version "4.18.6")                           ;stable version = even minor
+    (version "4.18.7")                           ;stable version = even minor
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -735,7 +735,7 @@ (define-public thunar
                                   "thunar-" version ".tar.bz2"))
               (sha256
                (base32
-                "038lb1aik9smrqv8xh9cxchmgxhhdmwdc2i09mzsqzhyzbivcjgf"))))
+                "0shbbih2l6h3sda2221h7gsskv2lnchnmypk76cdgf51iafafxi2"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--with-custom-thunarx-dirs-enabled")))

base-commit: c72bc0bb71a7315241c174636f96faee46a6dfa8
-- 
2.41.0





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

* [bug#65693] [PATCH 2/2] gnu: xfce4-terminal: Update to 1.1.0.
  2023-09-02  3:50 [bug#65692] [PATCH 1/2] gnu: thunar: Update to 4.18.7 iyzsong--- via Guix-patches via
@ 2023-09-02  3:50 ` iyzsong--- via Guix-patches via
  2023-09-12  7:52   ` Christopher Baines
  2023-09-06  0:51 ` bug#65692: [PATCH 1/2] gnu: thunar: Update to 4.18.7 Maxim Cournoyer
  1 sibling, 1 reply; 4+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-09-02  3:50 UTC (permalink / raw)
  To: 65693; +Cc: 宋文武, Zhu Zihao, 宋文武

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/xfce.scm (xfce4-terminal): Update to 1.1.0.
---
 gnu/packages/xfce.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 3292db4f58..cb2121f338 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1082,7 +1082,7 @@ (define-public parole
 (define-public xfce4-terminal
   (package
     (name "xfce4-terminal")
-    (version "1.0.4")
+    (version "1.1.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/apps/" name "/"
@@ -1090,7 +1090,7 @@ (define-public xfce4-terminal
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "1x5saijxykxmn2hksf4qvaj965b6i0wy62z9hgrc2vvwmxbmkrbq"))))
+                "18yl792x617qa90g6caw4cy1arfl847majjxkxs0k6rb4ivk70j0"))))
     (build-system gnu-build-system)
     (arguments
      (list
-- 
2.41.0





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

* bug#65692: [PATCH 1/2] gnu: thunar: Update to 4.18.7.
  2023-09-02  3:50 [bug#65692] [PATCH 1/2] gnu: thunar: Update to 4.18.7 iyzsong--- via Guix-patches via
  2023-09-02  3:50 ` [bug#65693] [PATCH 2/2] gnu: xfce4-terminal: Update to 1.1.0 iyzsong--- via Guix-patches via
@ 2023-09-06  0:51 ` Maxim Cournoyer
  1 sibling, 0 replies; 4+ messages in thread
From: Maxim Cournoyer @ 2023-09-06  0:51 UTC (permalink / raw)
  To: iyzsong; +Cc: 宋文武, Zhu Zihao, 65692-done

Hi,

iyzsong@envs.net writes:

> From: 宋文武 <iyzsong@member.fsf.org>
>
> * gnu/packages/xfce.scm (thunar): Update to 4.18.7.
> ---
>  gnu/packages/xfce.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Installed!

-- 
Thanks,
Maxim




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

* [bug#65693] [PATCH 2/2] gnu: xfce4-terminal: Update to 1.1.0.
  2023-09-02  3:50 ` [bug#65693] [PATCH 2/2] gnu: xfce4-terminal: Update to 1.1.0 iyzsong--- via Guix-patches via
@ 2023-09-12  7:52   ` Christopher Baines
  0 siblings, 0 replies; 4+ messages in thread
From: Christopher Baines @ 2023-09-12  7:52 UTC (permalink / raw)
  To: iyzsong; +Cc: iyzsong, 65693-done, all_but_last, 65693

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


iyzsong--- via Guix-patches via <guix-patches@gnu.org> writes:

> From: 宋文武 <iyzsong@member.fsf.org>
>
> * gnu/packages/xfce.scm (xfce4-terminal): Update to 1.1.0.
> ---
>  gnu/packages/xfce.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

I've pushed this to master as e2a7c227dea5b361e2ebdbba24b923d1922a79d0.

Thanks,

Chris

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

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

end of thread, other threads:[~2023-09-12  7:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-02  3:50 [bug#65692] [PATCH 1/2] gnu: thunar: Update to 4.18.7 iyzsong--- via Guix-patches via
2023-09-02  3:50 ` [bug#65693] [PATCH 2/2] gnu: xfce4-terminal: Update to 1.1.0 iyzsong--- via Guix-patches via
2023-09-12  7:52   ` Christopher Baines
2023-09-06  0:51 ` bug#65692: [PATCH 1/2] gnu: thunar: Update to 4.18.7 Maxim Cournoyer

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