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


From: Leo Famulari
Subject: 01/01: gnu: wine: Update to 2.0.3.
Date: Mon, 30 Oct 2017 10:42:28 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit faffd821f35dc34944226a992033df5a4be60cb1
Author: Rutger Helling <address@hidden>
Date:   Mon Oct 30 08:59:18 2017 +0100

    gnu: wine: Update to 2.0.3.
    
    * gnu/packages/wine.scm (wine): Update to 2.0.3.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/wine.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
index a1637b9..6411050 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -55,14 +55,14 @@
 (define-public wine
   (package
     (name "wine")
-    (version "2.0.2")
+    (version "2.0.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://dl.winehq.org/wine/source/2.0";
                                   "/wine-" version ".tar.xz"))
               (sha256
                (base32
-                "16iwf48cfi39aqyy8131jz4x7lr551c9yc0mnks7g24j77sq867p"))))
+                "0mmyc94r5drffir8zr8jx6iawhgfzjk96fj494aa18vhz1jcc4d8"))))
     (build-system gnu-build-system)
     (native-inputs `(("pkg-config" ,pkg-config)
                      ("gettext" ,gettext-minimal)



reply via email to

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