unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#27197: [PATCH] gnu: wine: Update to 2.9
@ 2017-06-02  7:10 Rutger Helling
  2017-06-02 23:31 ` bug#27197: New patch Rutger Helling
  0 siblings, 1 reply; 3+ messages in thread
From: Rutger Helling @ 2017-06-02  7:10 UTC (permalink / raw)
  To: 27197


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

Hi, 

This patch updates wine to the latest version.

[-- Attachment #1.2: Type: text/html, Size: 262 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-wine-Update-to-2.9.patch --]
[-- Type: text/x-diff; name=0001-gnu-wine-Update-to-2.9.patch, Size: 1398 bytes --]

From b832cbac64e83ca91eca3907c94a2322c04b80bd Mon Sep 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Fri, 2 Jun 2017 08:51:37 +0200
Subject: [PATCH] gnu: wine: Update to 2.9

---
 gnu/packages/wine.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
index 9c82e01d6..34f145b89 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2014, 2015 Sou Bunnbu <iyzsong@gmail.com>
 ;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -54,14 +55,14 @@
 (define-public wine
   (package
     (name "wine")
-    (version "2.4")
+    (version "2.9")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://dl.winehq.org/wine/source/2.x"
                                   "/wine-" version ".tar.xz"))
               (sha256
                (base32
-                "13klfadvd44zdfrzh38al99s53i02x3mlhcj5z7fq7vqwh3xzdc7"))))
+                "0pslhs3kwjimlz5ad6vzzdw7lgbfpwl8vyg4jmf17p61pfxzfimc"))))
     (build-system gnu-build-system)
     (native-inputs `(("pkg-config" ,pkg-config)
                      ("gettext" ,gettext-minimal)
-- 
2.13.0


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

* bug#27197: New patch
  2017-06-02  7:10 bug#27197: [PATCH] gnu: wine: Update to 2.9 Rutger Helling
@ 2017-06-02 23:31 ` Rutger Helling
  2017-06-03 16:01   ` Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Rutger Helling @ 2017-06-02 23:31 UTC (permalink / raw)
  To: 27197


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

Now with a commit message.

[-- Attachment #1.2: Type: text/html, Size: 230 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-wine-Update-to-2.9.patch --]
[-- Type: text/x-diff; name=0001-gnu-wine-Update-to-2.9.patch, Size: 1444 bytes --]

From b832cbac64e83ca91eca3907c94a2322c04b80bd Mon Sep 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Fri, 2 Jun 2017 08:51:37 +0200
Subject: [PATCH] gnu: wine: Update to 2.9

* gnu/packages/wine.scm (wine): Update to 2.9
---
 gnu/packages/wine.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
index 9c82e01d6..34f145b89 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2014, 2015 Sou Bunnbu <iyzsong@gmail.com>
 ;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -54,14 +55,14 @@
 (define-public wine
   (package
     (name "wine")
-    (version "2.4")
+    (version "2.9")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://dl.winehq.org/wine/source/2.x"
                                   "/wine-" version ".tar.xz"))
               (sha256
                (base32
-                "13klfadvd44zdfrzh38al99s53i02x3mlhcj5z7fq7vqwh3xzdc7"))))
+                "0pslhs3kwjimlz5ad6vzzdw7lgbfpwl8vyg4jmf17p61pfxzfimc"))))
     (build-system gnu-build-system)
     (native-inputs `(("pkg-config" ,pkg-config)
                      ("gettext" ,gettext-minimal)
-- 
2.13.0


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

* bug#27197: New patch
  2017-06-02 23:31 ` bug#27197: New patch Rutger Helling
@ 2017-06-03 16:01   ` Leo Famulari
  0 siblings, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2017-06-03 16:01 UTC (permalink / raw)
  To: Rutger Helling; +Cc: 27197-done

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

On Sat, Jun 03, 2017 at 01:31:50AM +0200, Rutger Helling wrote:
> Now with a commit message.

> From b832cbac64e83ca91eca3907c94a2322c04b80bd Mon Sep 17 00:00:00 2001
> From: Rutger Helling <rhelling@mykolab.com>
> Date: Fri, 2 Jun 2017 08:51:37 +0200
> Subject: [PATCH] gnu: wine: Update to 2.9
> 
> * gnu/packages/wine.scm (wine): Update to 2.9
> ---
>  gnu/packages/wine.scm | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

Thanks! Pushed as f885fc754ab87d4193ac31dad6f0f52e539b593e.

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

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

end of thread, other threads:[~2017-06-03 16:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-02  7:10 bug#27197: [PATCH] gnu: wine: Update to 2.9 Rutger Helling
2017-06-02 23:31 ` bug#27197: New patch Rutger Helling
2017-06-03 16:01   ` Leo Famulari

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