[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/88: gnu: mupen64plus-ui-console: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
09/88: gnu: mupen64plus-ui-console: Don't use unstable tarball. |
Date: |
Wed, 10 Apr 2019 23:44:35 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 225157a0b21f023fe41f76818a6b30641094ebdc
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Apr 8 23:49:46 2019 +0200
gnu: mupen64plus-ui-console: Don't use unstable tarball.
* gnu/packages/emulators.scm (mupen64plus-ui-console)[source]: Use
GIT-FETCH and
GIT-FILE-NAME.
---
gnu/packages/emulators.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 015ffd4..adcce6d 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -942,13 +942,13 @@ Z64 video plugin.")
(version "2.5")
(source
(origin
- (method url-fetch)
- (uri (string-append
- "https://github.com/mupen64plus/mupen64plus-ui-console/archive/"
- version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/mupen64plus/mupen64plus-ui-console.git")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
- (base32 "04qkpd8ic7xsgnqz7spl00wxdygf79m7d1k8rabbygjk5lg6p8z2"))
+ (base32 "0vrf98qa6a0y3647kslsv644fag233dxh5dcr1yncjiiwickcr5a"))
(patches (search-patches "mupen64plus-ui-console-notice.patch"))))
(build-system gnu-build-system)
(native-inputs
- branch master updated (b3a4766 -> 0239446), guix-commits, 2019/04/10
- 02/88: gnu: mupen64plus-input-sdl: Don't use unstable tarball., guix-commits, 2019/04/10
- 04/88: gnu: mupen64plus-rsp-z64: Don't use unstable tarball., guix-commits, 2019/04/10
- 05/88: gnu: mupen64plus-video-arachnoid: Don't use unstable tarball., guix-commits, 2019/04/10
- 01/88: gnu: mupen64plus-audio-sdl: Don't use unstable tarball., guix-commits, 2019/04/10
- 03/88: gnu: mupen64plus-rsp-hle: Don't use unstable tarball., guix-commits, 2019/04/10
- 10/88: gnu: nestopia-ue: Don't use unstable tarball., guix-commits, 2019/04/10
- 07/88: gnu: mupen64plus-video-glide64mk2: Don't use unstable tarball., guix-commits, 2019/04/10
- 08/88: gnu: mupen64plus-video-rice: Don't use unstable tarball., guix-commits, 2019/04/10
- 06/88: gnu: mupen64plus-video-glide64: Don't use unstable tarball., guix-commits, 2019/04/10
- 09/88: gnu: mupen64plus-ui-console: Don't use unstable tarball.,
guix-commits <=
- 13/88: gnu: autojump: Update to 22.5.3., guix-commits, 2019/04/10
- 14/88: gnu: noice: Don't use NAME in source URI., guix-commits, 2019/04/10
- 16/88: gnu: beep: Update to 1.4.4., guix-commits, 2019/04/10
- 23/88: gnu: duplicity: Update to 0.7.18.2., guix-commits, 2019/04/10
- 18/88: gnu: cifs-utils: Don't use NAME in source URI., guix-commits, 2019/04/10
- 20/88: gnu: xcompmgr: Don't use NAME in source tag., guix-commits, 2019/04/10
- 28/88: gnu: ansible: Update to 2.7.10., guix-commits, 2019/04/10
- 27/88: gnu: surfraw: Update to 2.3.0., guix-commits, 2019/04/10
- 30/88: gnu: links: Update to 2.19., guix-commits, 2019/04/10
- 19/88: gnu: cifs-utils: Update to 6.9., guix-commits, 2019/04/10