[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/04: gnu: wine: Update to 7.8.
From: |
guix-commits |
Subject: |
01/04: gnu: wine: Update to 7.8. |
Date: |
Sat, 21 May 2022 07:03:47 -0400 (EDT) |
lilyp pushed a commit to branch master
in repository guix.
commit b03f7b598b669ff7e83b64d18efc56ff1fa7c87b
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat May 7 11:46:23 2022 +0200
gnu: wine: Update to 7.8.
* gnu/packages/wine.scm (wine): Update to 7.8.
---
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 7ca2b9d0c7..5d8e9f5b90 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -74,7 +74,7 @@
(define-public wine
(package
(name "wine")
- (version "7.0")
+ (version "7.8")
(source
(origin
(method url-fetch)
@@ -86,7 +86,7 @@
(string-append "https://dl.winehq.org/wine/source/" dir
"wine-" version ".tar.xz")))
(sha256
- (base32 "0sq8vsr8jf1a8fanh76rq7vyxm8h0cc4ckirjy7v2p08biyy4hsv"))))
+ (base32 "1f0r00b6lk59cmpj42b7f2jrd58d7vxfvpp54j7arwjhdg4yjxlg"))))
(build-system gnu-build-system)
(native-inputs
`(("bison" ,bison)