guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: wine: Fix typo.


From: guix-commits
Subject: branch master updated: gnu: wine: Fix typo.
Date: Tue, 03 Mar 2020 11:34:04 -0500

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 53b4844  gnu: wine: Fix typo.
53b4844 is described below

commit 53b48447a71f3ffd36b3d973562a1a771691c396
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Tue Mar 3 17:33:28 2020 +0100

    gnu: wine: Fix typo.
    
    * gnu/packages/wine.scm (wine): Fix typo.
    
    This is a followup to d8104034bce470c5bbf929f53844124b09e9ea73.
---
 gnu/packages/wine.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
index 27de43a..e16a4bb 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -84,9 +84,9 @@
                         (version-major version)
                         (if (string-suffix? ".0" (version-major+minor version))
                             ".0/"
-                            ".x/")))))
-            (string-append "https://dl.winehq.org/wine/source/"; dir
-                           "wine-" version ".tar.xz"))
+                            ".x/"))))
+              (string-append "https://dl.winehq.org/wine/source/"; dir
+                             "wine-" version ".tar.xz")))
        (sha256
         (base32 "1pkzj3656ad0vmc7ciwfzn45lb2kxwbyymfwnqaa105dicicf6wv"))))
     (build-system gnu-build-system)



reply via email to

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