all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#27471] [PATCH] gnu: wine: Update to 2.11.
@ 2017-06-24  6:59 Rutger Helling
  2017-06-24 18:37 ` Leo Famulari
  0 siblings, 1 reply; 8+ messages in thread
From: Rutger Helling @ 2017-06-24  6:59 UTC (permalink / raw)
  To: 27471


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

Here's a patch to update wine to 2.11. I also changed a comment which
otherwise wouldn't make much sense anymore seeing as we have a 64-bit
version of Wine now (wine64).

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

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

* gnu/packages/wine.scm (wine): Update to 2.11
---
 gnu/packages/wine.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
index 006483e79..1fb2c542c 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -55,14 +55,14 @@
 (define-public wine
   (package
     (name "wine")
-    (version "2.10")
+    (version "2.11")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://dl.winehq.org/wine/source/2.x"
                                   "/wine-" version ".tar.xz"))
               (sha256
                (base32
-                "0ygiaayi2mv6jl450d03i4x2gd2bg3mwk3s2pxas87g8sbzzg3a8"))))
+                "0g6cwjyqwc660w33453aklh3hpc0b8rrb88dryn23ah6wannvagg"))))
     (build-system gnu-build-system)
     (native-inputs `(("pkg-config" ,pkg-config)
                      ("gettext" ,gettext-minimal)
@@ -105,8 +105,7 @@
        ("unixodbc" ,unixodbc)
        ("zlib" ,zlib)))
     (arguments
-     `(;; The 64-bit build of Wine is reportedly less useful or even usable,
-       ;; so force a 32-bit build (under the assumption that this package is
+     `(;; Force a 32-bit build (under the assumption that this package is
        ;; being used on an IA32-compatible architecture.)
        #:system "i686-linux"
 
-- 
2.13.1


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

end of thread, other threads:[~2017-06-26  7:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-24  6:59 [bug#27471] [PATCH] gnu: wine: Update to 2.11 Rutger Helling
2017-06-24 18:37 ` Leo Famulari
     [not found]   ` <5815b32b66c68d336682b5146f7d7354@mykolab.com>
2017-06-25  7:12     ` Rutger Helling
2017-06-25 12:01   ` Rutger Helling
2017-06-25 22:31     ` Leo Famulari
2017-06-26  5:56       ` bug#27471: " Leo Famulari
2017-06-26  7:54     ` [bug#27471] " Ludovic Courtès
2017-06-26  7:57       ` 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.