all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kaelyn Takata via Guix-patches via <guix-patches@gnu.org>
To: 68544@debbugs.gnu.org
Cc: Kaelyn Takata <kaelyn.alexi@protonmail.com>
Subject: [bug#68544] [PATCH 1/2] gnu: wine-minimal, wine, wine64: Update to 9.0.
Date: Wed, 17 Jan 2024 18:29:57 +0000	[thread overview]
Message-ID: <45f0cbd908c2e2e030472a056004b621a128ef11.1705515109.git.kaelyn.alexi@protonmail.com> (raw)
In-Reply-To: <cover.1705515109.git.kaelyn.alexi@protonmail.com>

* gnu/packages/wine.scm (wine-minimal, wine, wine64): Update to 9.0.

Change-Id: Ib20f8e5fe9eb071fd6be0ba81e501867d0535273
---
 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 38f6217da2..8e65e749a2 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -7,7 +7,7 @@
 ;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2019 Pierre Neidhardt <mail@ambrevar.xyz>
 ;;; Copyright © 2022 Liliana Marie Prikler <liliana.prikler@gmail.com>
-;;; Copyright © 2023 Kaelyn Takata <kaelyn.alexi@protonmail.com>
+;;; Copyright © 2023, 2024 Kaelyn Takata <kaelyn.alexi@protonmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -79,7 +79,7 @@ (define-module (gnu packages wine)
 (define-public wine-minimal
   (package
     (name "wine-minimal")
-    (version "8.18")
+    (version "9.0")
     (source
      (origin
        (method url-fetch)
@@ -91,7 +91,7 @@ (define-public wine-minimal
               (string-append "https://dl.winehq.org/wine/source/" dir
                              "wine-" version ".tar.xz")))
        (sha256
-        (base32 "1nv06awb3hv26v64nqnks9yiz7w368scxznj77vxa3zpmhafzyih"))))
+        (base32 "1vm61hrkinjqicxidhbhq3j8sb1iianfypdvjmnvgxcmac50kzbw"))))
     (properties '((upstream-name . "wine")))
     (build-system gnu-build-system)
     (native-inputs (list bison flex))
-- 
2.41.0






  reply	other threads:[~2024-01-17 18:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-17 18:16 [bug#68544] [PATCH 0/2] Update wine and wine-staging to 9.0 Kaelyn Takata via Guix-patches via
2024-01-17 18:29 ` Kaelyn Takata via Guix-patches via [this message]
2024-01-17 18:30 ` [bug#68544] [PATCH 2/2] gnu: wine-staging, wine64-staging: Update " Kaelyn Takata via Guix-patches via
2024-03-16 11:41 ` [bug#68544] [PATCH 0/2] Update wine and wine-staging " Nicolas Goaziou via Guix-patches via

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

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

  git send-email \
    --in-reply-to=45f0cbd908c2e2e030472a056004b621a128ef11.1705515109.git.kaelyn.alexi@protonmail.com \
    --to=guix-patches@gnu.org \
    --cc=68544@debbugs.gnu.org \
    --cc=kaelyn.alexi@protonmail.com \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.