[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/88: gnu: mupen64plus-input-sdl: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
02/88: gnu: mupen64plus-input-sdl: Don't use unstable tarball. |
Date: |
Wed, 10 Apr 2019 23:44:34 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit ef5ef8f55f3bf68982059ad5f03c74b3f56d2674
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Apr 8 23:48:28 2019 +0200
gnu: mupen64plus-input-sdl: Don't use unstable tarball.
* gnu/packages/emulators.scm (mupen64plus-input-sdl)[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 01ca8b7..c28fc38 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -560,13 +560,13 @@ SDL audio plugin.")
(version "2.5")
(source
(origin
- (method url-fetch)
- (uri (string-append
- "https://github.com/mupen64plus/mupen64plus-input-sdl/archive/"
- version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/mupen64plus/mupen64plus-input-sdl.git")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
- (base32 "11sj5dbalp2nrlmki34vy7wy28vc175pnnkdk65p8599hnyq37ri"))))
+ (base32 "1dyazfbdjycdfslq8jixqiqhziw0rlkvach2r9dz91229jmkyc9c"))))
(build-system gnu-build-system)
(native-inputs
`(("which" ,which)))
- branch master updated (b3a4766 -> 0239446), guix-commits, 2019/04/10
- 02/88: gnu: mupen64plus-input-sdl: Don't use unstable tarball.,
guix-commits <=
- 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, 2019/04/10
- 13/88: gnu: autojump: Update to 22.5.3., guix-commits, 2019/04/10