all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: windowmaker: Update to 0.95.7.
@ 2016-10-23 14:50 Kei Kebreau
  2016-10-23 21:32 ` Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Kei Kebreau @ 2016-10-23 14:50 UTC (permalink / raw)
  To: guix-devel


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

A version bump for Window Maker. There are some nifty new features in
this release!

[-- Attachment #1.2: 0001-gnu-windowmaker-Update-to-0.95.7.patch --]
[-- Type: text/plain, Size: 1125 bytes --]

From c2369b137a3525d8ac2a6250cbf37809e45aacae Mon Sep 17 00:00:00 2001
From: Kei Kebreau <kei@openmailbox.org>
Date: Sun, 23 Oct 2016 10:41:37 -0400
Subject: [PATCH] gnu: windowmaker: Update to 0.95.7.

* gnu/packages/gnustep.scm (windowmaker): Update to 0.95.7.
---
 gnu/packages/gnustep.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnustep.scm b/gnu/packages/gnustep.scm
index 6c52286..f49b254 100644
--- a/gnu/packages/gnustep.scm
+++ b/gnu/packages/gnustep.scm
@@ -35,7 +35,7 @@
 (define-public windowmaker
   (package
     (name "windowmaker")
-    (version "0.95.6")
+    (version "0.95.7")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -43,7 +43,7 @@
                     version ".tar.gz"))
               (sha256
                (base32
-                "1i3dw1yagsa3rs9x2na2ynqlgmbahayws0kz4vl00fla6550nns3"))))
+                "1acph0nq6fsb452sl7j7a7kcc87zqqaw7qms1p8ijar19dn4hbc4"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases (alist-cons-before
-- 
2.10.1


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

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

* Re: [PATCH] gnu: windowmaker: Update to 0.95.7.
  2016-10-23 14:50 [PATCH] gnu: windowmaker: Update to 0.95.7 Kei Kebreau
@ 2016-10-23 21:32 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2016-10-23 21:32 UTC (permalink / raw)
  To: Kei Kebreau; +Cc: guix-devel

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

On Sun, Oct 23, 2016 at 10:50:30AM -0400, Kei Kebreau wrote:
> A version bump for Window Maker. There are some nifty new features in
> this release!

> From c2369b137a3525d8ac2a6250cbf37809e45aacae Mon Sep 17 00:00:00 2001
> From: Kei Kebreau <kei@openmailbox.org>
> Date: Sun, 23 Oct 2016 10:41:37 -0400
> Subject: [PATCH] gnu: windowmaker: Update to 0.95.7.
> 
> * gnu/packages/gnustep.scm (windowmaker): Update to 0.95.7.

If it works for you, I think it's safe to push minor updates like this
:)

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

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

end of thread, other threads:[~2016-10-23 21:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-23 14:50 [PATCH] gnu: windowmaker: Update to 0.95.7 Kei Kebreau
2016-10-23 21:32 ` Leo Famulari

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.