guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: wine: Update to 4.0.1.


From: guix-commits
Subject: 01/02: gnu: wine: Update to 4.0.1.
Date: Fri, 17 May 2019 06:29:17 -0400 (EDT)

rhelling pushed a commit to branch master
in repository guix.

commit e3c5ff3e3d3b0b91fcca426e2cee5fc8322dd8ee
Author: Rutger Helling <address@hidden>
Date:   Fri May 17 12:18:41 2019 +0200

    gnu: wine: Update to 4.0.1.
    
    * gnu/packages/wine.scm (wine): Update to 4.0.1.
---
 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 ccc4e4f..5971692 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -72,7 +72,7 @@
 (define-public wine
   (package
     (name "wine")
-    (version "4.0")
+    (version "4.0.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://dl.winehq.org/wine/source/";
@@ -80,7 +80,7 @@
                                   "/wine-" version ".tar.xz"))
               (sha256
                (base32
-                "0k8d90mgjzv8vjspmnxzr3i5mbccxnbr9hf03q1bpf5jjppcsdk7"))))
+                "0j29df0px6dzin4j0cbxgza4msvf9spmwranv25krq1g9kq959nk"))))
     (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]