diff options
author | Rutger Helling <rhelling@mykolab.com> | 2018-05-12 16:53:11 +0200 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2018-05-12 16:57:20 +0200 |
commit | 1df811f74eba4c6d53d6dd1517423f6cc03b41fc (patch) | |
tree | e8caef0e8ead873d0d750bd50c104f10a9ba05ed | |
parent | ecfc85dbb9188fcc2a3f42de89e783248d0133c7 (diff) | |
download | guix-1df811f74eba4c6d53d6dd1517423f6cc03b41fc.tar guix-1df811f74eba4c6d53d6dd1517423f6cc03b41fc.tar.gz |
gnu: wine-staging-patchset-data: Update to 3.8.
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.8.
-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 914b70d0c8..dc2a3a5155 100644 --- a/gnu/packages/wine.scm +++ b/gnu/packages/wine.scm @@ -223,7 +223,7 @@ integrate Windows applications into your desktop.") (define-public wine-staging-patchset-data (package (name "wine-staging-patchset-data") - (version "3.7") + (version "3.8") (source (origin (method url-fetch) @@ -232,7 +232,7 @@ integrate Windows applications into your desktop.") (file-name (string-append name "-" version ".zip")) (sha256 (base32 - "112sy32sja4cc3rv8x6v4cdi3jfxdgzwfra8f78hzdf8a2wrjqz6")))) + "1z1a9zlhcglyzfxdilrsz558qpn69b4mzp086s364jqgzj930sja")))) (build-system trivial-build-system) (native-inputs `(("bash" ,bash) |