[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: wine: Update to 6.8.
From: |
guix-commits |
Subject: |
branch master updated: gnu: wine: Update to 6.8. |
Date: |
Sat, 08 May 2021 11:54:55 -0400 |
This is an automated email from the git hooks/post-receive script.
leoprikler pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new e534919 gnu: wine: Update to 6.8.
e534919 is described below
commit e534919c1e6c15bf38475060a59e1c1b7b68fdf3
Author: Leo Prikler <leo.prikler@student.tugraz.at>
AuthorDate: Sat May 8 17:45:45 2021 +0200
gnu: wine: Update to 6.8.
* gnu/packages/wine.scm (wine): Update to 6.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 6f594bd..5c6d02e 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -75,7 +75,7 @@
(define-public wine
(package
(name "wine")
- (version "6.6")
+ (version "6.8")
(source
(origin
(method url-fetch)
@@ -87,7 +87,7 @@
(string-append "https://dl.winehq.org/wine/source/" dir
"wine-" version ".tar.xz")))
(sha256
- (base32 "1bc4zmqpdqs1ncz3qisp8a313pqzi5a31gq1s99ivb60vk325rcr"))))
+ (base32 "1n7bd6kkhfgi23bz981qml3lajgvbs3ibqrc2mqjhhfqczg2shjv"))))
(build-system gnu-build-system)
(native-inputs
`(("bison" ,bison)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: wine: Update to 6.8.,
guix-commits <=