guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: wine: Update to 2.11.


From: Leo Famulari
Subject: 01/01: gnu: wine: Update to 2.11.
Date: Mon, 26 Jun 2017 01:55:29 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit cb76c4e316e795a0fff2b8f1535938f028dfb4d6
Author: Rutger Helling <address@hidden>
Date:   Sat Jun 24 08:59:27 2017 +0200

    gnu: wine: Update to 2.11.
    
    * gnu/packages/wine.scm (wine): Update to 2.11
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 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 006483e..1fb2c54 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"
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]