diff options
author | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-08-30 12:49:19 +0200 |
---|---|---|
committer | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-08-30 18:20:07 +0200 |
commit | b8926ca6178e19d2add07593390409226383ed7e (patch) | |
tree | 1679d7ce34111dbec8db09078b7b7be58ed80d77 | |
parent | 7c3cefde5a4f8a5a141561493435005b94b1c970 (diff) | |
download | guix-b8926ca6178e19d2add07593390409226383ed7e.tar guix-b8926ca6178e19d2add07593390409226383ed7e.tar.gz |
gnu: wine: Update to 6.16.
* gnu/packages/wine.scm (wine): Update to 6.16.
-rw-r--r-- | gnu/packages/wine.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm index fccdc186d2..4361cccd8d 100644 --- a/gnu/packages/wine.scm +++ b/gnu/packages/wine.scm @@ -75,7 +75,7 @@ (define-public wine (package (name "wine") - (version "6.14") + (version "6.16") (source (origin (method url-fetch) @@ -87,7 +87,7 @@ (string-append "https://dl.winehq.org/wine/source/" dir "wine-" version ".tar.xz"))) (sha256 - (base32 "00jjqbl0xzsp2swzxgx3a2b16p26qbxvcz82a7ihig23k69p3d34")))) + (base32 "1s7sz1rimax4kxij1ngkwnx4hcljwjq3q5gksz22k8cq1l2r4l39")))) (build-system gnu-build-system) (native-inputs `(("bison" ,bison) |