guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: wine-staging: Update to 3.4.


From: Rutger Helling
Subject: 02/02: gnu: wine-staging: Update to 3.4.
Date: Sat, 17 Mar 2018 10:30:21 -0400 (EDT)

rhelling pushed a commit to branch master
in repository guix.

commit 732a148995ada989a3e96b460e2a159acf43b373
Author: Rutger Helling <address@hidden>
Date:   Sat Mar 17 15:01:35 2018 +0100

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

diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
index 07a1244..37d36cf 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -270,12 +270,13 @@ integrate Windows applications into your desktop.")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "https://dl.winehq.org/wine/source/3.x/wine-"; version
-                    ".tar.xz"))
+                    "https://dl.winehq.org/wine/source/";
+                    (version-major version) ".x"
+                    "/wine-" version ".tar.xz"))
               (file-name (string-append name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0cx31jsll7mxd9r7v0vpahajqwb6da6cpwybv06l5ydkgfrbv505"))))
+                "14wf7536rkmhav9ibbvhqqkfqmbk1dckhd2679i5scizr5x290x4"))))
     (inputs `(("autoconf" ,autoconf) ; for autoreconf
               ("gtk+", gtk+)
               ("libva", libva)



reply via email to

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