guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: wine, wine64: Update to 5.12.


From: guix-commits
Subject: branch master updated: gnu: wine, wine64: Update to 5.12.
Date: Wed, 08 Jul 2020 20:19:49 -0400

This is an automated email from the git hooks/post-receive script.

niedzejkob pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 065a5ed  gnu: wine, wine64: Update to 5.12.
065a5ed is described below

commit 065a5ed677cdd1a65acae20f185d7c4bd23b1f2c
Author: Jakub Kądziołka <kuba@kadziolka.net>
AuthorDate: Thu Jul 9 02:06:50 2020 +0200

    gnu: wine, wine64: Update to 5.12.
    
    * gnu/packages/wine.scm (wine, wine64): Update to 5.12.
---
 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 9cb1cef..047542a 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -76,7 +76,7 @@
 (define-public wine
   (package
     (name "wine")
-    (version "5.3")
+    (version "5.12")
     (source
      (origin
        (method url-fetch)
@@ -88,7 +88,7 @@
               (string-append "https://dl.winehq.org/wine/source/"; dir
                              "wine-" version ".tar.xz")))
        (sha256
-        (base32 "1pkzj3656ad0vmc7ciwfzn45lb2kxwbyymfwnqaa105dicicf6wv"))))
+        (base32 "0bl4ii4h1w4z8kb6dpdc1pgwk0wrhm61c2q2nzpcckkrqra75wc7"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("bison" ,bison)



reply via email to

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