[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: wine-staging: Update to 5.22.
From: |
guix-commits |
Subject: |
01/06: gnu: wine-staging: Update to 5.22. |
Date: |
Tue, 20 Apr 2021 19:00:52 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit a30bd7e88a11c5298853de47debf878759190bf3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Apr 20 13:53:59 2021 +0200
gnu: wine-staging: Update to 5.22.
* gnu/packages/wine.scm (wine-staging-patchset-data, wine-staging):
Update to 5.22.
---
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 98b435c..00635b6 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -334,7 +334,7 @@ integrate Windows applications into your desktop.")
(define-public wine-staging-patchset-data
(package
(name "wine-staging-patchset-data")
- (version "5.13")
+ (version "5.22")
(source
(origin
(method git-fetch)
@@ -343,7 +343,7 @@ integrate Windows applications into your desktop.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0sw7790gsi3h08xgc8i1y282rk8xrdhqjlwpvbpvyw5zi0i95cvq"))))
+ (base32 "0sjljp5aa558ff5wn47q86z0dm4vcjs0gh9n35916bbwj02lhay2"))))
(build-system trivial-build-system)
(native-inputs
`(("bash" ,bash)
@@ -394,7 +394,7 @@ integrate Windows applications into your desktop.")
"wine-" wine-version ".tar.xz"))
(file-name (string-append name "-" wine-version ".tar.xz"))
(sha256
- (base32 "0lh1bqr8xq1acz5d0cb50rvhw3h6h1vqprx5wlyrjhdg58f5qsn4")))))
+ (base32 "08adrsxhwgj5slwgi7f0dyspw8fpfp4cw1s5sdm4x5wcgk40dg89")))))
(inputs `(("autoconf" ,autoconf) ; for autoreconf
("ffmpeg" ,ffmpeg)
("gtk+" ,gtk+)
- branch master updated (df325db -> 13c4a37), guix-commits, 2021/04/20
- 03/06: gnu: wine: Update to 6.6., guix-commits, 2021/04/20
- 01/06: gnu: wine-staging: Update to 5.22.,
guix-commits <=
- 02/06: gnu: bcachefs-tools: Update to 0.1-5.ce906d6., guix-commits, 2021/04/20
- 04/06: gnu: libdvdcss: Update to 1.4.3., guix-commits, 2021/04/20
- 05/06: gnu: ant: Update to 1.10.10., guix-commits, 2021/04/20
- 06/06: gnu: skopeo: Update to 1.2.3., guix-commits, 2021/04/20