guix-commits
[Top][All Lists]
Advanced

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

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


From: Rutger Helling
Subject: 01/01: gnu: wine: Update to 3.0.2.
Date: Thu, 28 Jun 2018 09:26:32 -0400 (EDT)

rhelling pushed a commit to branch master
in repository guix.

commit 219ae29b6b40ddd16c750e3df17c72f8a14e69c2
Author: Rutger Helling <address@hidden>
Date:   Thu Jun 28 15:17:19 2018 +0200

    gnu: wine: Update to 3.0.2.
    
    * gnu/packages/wine.scm (wine): Update to 3.0.2.
---
 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 68d7c51..91b3755 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -69,7 +69,7 @@
 (define-public wine
   (package
     (name "wine")
-    (version "3.0.1")
+    (version "3.0.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://dl.winehq.org/wine/source/";
@@ -77,7 +77,7 @@
                                   "/wine-" version ".tar.xz"))
               (sha256
                (base32
-                "1wr63n70pli83p3rmclr2j4lxzs4ll1cwlpdlaajfrf6v9yhvl5s"))))
+                "1zv3nk31s758ghp4795ym3w8l5868c2dllmjx9245qh9ahvp3mya"))))
     (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]