unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: 58825@debbugs.gnu.org
Subject: [bug#58825] [PATCH] gnu: wine: Update to 7.19.
Date: Fri, 28 Oct 2022 00:22:35 +0200	[thread overview]
Message-ID: <58ca97a604392a3d80686cf08f79d6f86be7e3ed.camel@gmail.com> (raw)

* gnu/packages/wine.scm (wine): Update to 7.19.
---
Hi Guix,

I noticed our wine package has gained some age, but unlike alcohol, it
doesn't get better by sitting around in some cellar, so here's an
update.  I'm sending this to the mailing list first, because I
encountered a weird error while testing: basically, launching winecfg
under wine64 fails to load kernel.dll before doing anything useful.

I could trace the error back to some gstreamer thing and launching it
worked fine from a pure environment with just wine and gstreamer --
I'd hazard a guess that there's something else strange going on and it
shouldn't be much of an issue in practice.  Still, I'd like to give
y'all some time to see for yourself if this works for you before
pushing it.

Cheers

 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 231366c5de..6e86add4e3 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -76,7 +76,7 @@ (define-module (gnu packages wine)
 (define-public wine
   (package
     (name "wine")
-    (version "7.8")
+    (version "7.19")
     (source
      (origin
        (method url-fetch)
@@ -88,7 +88,7 @@ (define-public wine
               (string-append "https://dl.winehq.org/wine/source/" dir
                              "wine-" version ".tar.xz")))
        (sha256
-        (base32 "1f0r00b6lk59cmpj42b7f2jrd58d7vxfvpp54j7arwjhdg4yjxlg"))))
+        (base32 "08cxigkd83as6gkqgiwdpvr7cyy5ajsnhan3jbadwzqxdrz4kb23"))))
     (build-system gnu-build-system)
     (native-inputs
      (list bison flex gettext-minimal perl pkg-config))

base-commit: ac51b9c86d58cfdb13ee643a2fdc8e979939a260
-- 
2.38.0





             reply	other threads:[~2022-10-27 22:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-27 22:22 Liliana Marie Prikler [this message]
2022-11-05  9:38 ` bug#58825: [PATCH] gnu: wine: Update to 7.19 Liliana Marie Prikler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=58ca97a604392a3d80686cf08f79d6f86be7e3ed.camel@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=58825@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).