unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#27304: [PATCH] gnu: wine: Update to 2.10
@ 2017-06-10 12:08 Rutger Helling
  2017-06-11  1:47 ` Danny Milosavljevic
  0 siblings, 1 reply; 2+ messages in thread
From: Rutger Helling @ 2017-06-10 12:08 UTC (permalink / raw)
  To: 27304


[-- Attachment #1.1: Type: text/plain, Size: 64 bytes --]

Hey Guix, 

here's a patch to update Wine to the latest version.

[-- Attachment #1.2: Type: text/html, Size: 274 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-wine-Update-to-2.10.patch --]
[-- Type: text/x-diff; name=0001-gnu-wine-Update-to-2.10.patch, Size: 1136 bytes --]

From e9b598601f31cfe1ac0ec1f630e476b4f3cbfd4c Mon Sep 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Sat, 10 Jun 2017 13:52:31 +0200
Subject: [PATCH] gnu: wine: Update to 2.10

* gnu/packages/wine.scm (wine): Update to 2.10
---
 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 34f145b89..72700ef3d 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -55,14 +55,14 @@
 (define-public wine
   (package
     (name "wine")
-    (version "2.9")
+    (version "2.10")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://dl.winehq.org/wine/source/2.x"
                                   "/wine-" version ".tar.xz"))
               (sha256
                (base32
-                "0pslhs3kwjimlz5ad6vzzdw7lgbfpwl8vyg4jmf17p61pfxzfimc"))))
+                "0ygiaayi2mv6jl450d03i4x2gd2bg3mwk3s2pxas87g8sbzzg3a8"))))
     (build-system gnu-build-system)
     (native-inputs `(("pkg-config" ,pkg-config)
                      ("gettext" ,gettext-minimal)
-- 
2.13.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#27304: [PATCH] gnu: wine: Update to 2.10
  2017-06-10 12:08 bug#27304: [PATCH] gnu: wine: Update to 2.10 Rutger Helling
@ 2017-06-11  1:47 ` Danny Milosavljevic
  0 siblings, 0 replies; 2+ messages in thread
From: Danny Milosavljevic @ 2017-06-11  1:47 UTC (permalink / raw)
  To: Rutger Helling; +Cc: 27304-done

Thanks!

Pushed as d0306208b155168ebc1565d32b003acfbc1ebec1 to master.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-11  1:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-10 12:08 bug#27304: [PATCH] gnu: wine: Update to 2.10 Rutger Helling
2017-06-11  1:47 ` Danny Milosavljevic

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).