Discussion:
branch master updated (40dc6df -> 6f84dc4)
Rutger Helling
2018-05-16 09:48:11 UTC
Permalink
rhelling pushed a change to branch master
in repository guix.

from 40dc6df gnu: emacs-orgalist: Fix texinfo markup in description.
new 6f84dc4 gnu: wine: Update to 3.0.1.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
gnu/packages/wine.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Rutger Helling
2018-05-16 09:48:12 UTC
Permalink
rhelling pushed a commit to branch master
in repository guix.

commit 6f84dc4314cd84550d9fc7e7afa11c495edc45a5
Author: Rutger Helling <***@mykolab.com>
Date: Wed May 16 11:46:43 2018 +0200

gnu: wine: Update to 3.0.1.

* gnu/packages/wine.scm (wine): Update to 3.0.1.
---
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 7c00ff3..99d262d 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -69,7 +69,7 @@
(define-public wine
(package
(name "wine")
- (version "3.0")
+ (version "3.0.1")
(source (origin
(method url-fetch)
(uri (string-append "https://dl.winehq.org/wine/source/"
@@ -77,7 +77,7 @@
"/wine-" version ".tar.xz"))
(sha256
(base32
- "1v7vq9iinkscbq6wg85fb0d2137660fg2nk5iabxkl2wr850asil"))))
+ "1wr63n70pli83p3rmclr2j4lxzs4ll1cwlpdlaajfrf6v9yhvl5s"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)
("gettext" ,gettext-minimal)

Loading...