all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Rutger Helling <rhelling@mykolab.com>
To: 27471@debbugs.gnu.org
Subject: [bug#27471] [PATCH] gnu: wine: Update to 2.11.
Date: Sat, 24 Jun 2017 08:59:27 +0200	[thread overview]
Message-ID: <fa240e035e1ff1225bae9a57a63c3e4b@mykolab.com> (raw)


[-- 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


             reply	other threads:[~2017-06-24  7:00 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-24  6:59 Rutger Helling [this message]
2017-06-24 18:37 ` [bug#27471] [PATCH] gnu: wine: Update to 2.11 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fa240e035e1ff1225bae9a57a63c3e4b@mykolab.com \
    --to=rhelling@mykolab.com \
    --cc=27471@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.