[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/32: gnu: mupen64plus-core: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
02/32: gnu: mupen64plus-core: Don't use unstable tarball. |
Date: |
Sun, 14 Apr 2019 14:15:38 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 10bcd4bb956c09dd13d9296b12c0ee382175976a
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Apr 8 23:48:11 2019 +0200
gnu: mupen64plus-core: Don't use unstable tarball.
* gnu/packages/emulators.scm (mupen64plus-core)[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 24f8691..a22bc49 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -466,13 +466,13 @@ and Game Boy Color games.")
(version "2.5")
(source
(origin
- (method url-fetch)
- (uri (string-append
- "https://github.com/mupen64plus/mupen64plus-core/archive/"
- version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/mupen64plus/mupen64plus-core.git")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
- (base32 "0dg2hksm5qni2hcha93k7n4fqr92888p946f7phb0ndschzfh9kk"))))
+ (base32 "116fndl6652zrp1r6ag4xv3dzp1x52mlvadj8xwflq07fd5rhri1"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
- branch master updated (a0b419b -> 22c88f5), guix-commits, 2019/04/14
- 01/32: doc: Fix location of fprintd-service-type., guix-commits, 2019/04/14
- 02/32: gnu: mupen64plus-core: Don't use unstable tarball.,
guix-commits <=
- 04/32: gnu: emacs-s: Don't use unstable tarball., guix-commits, 2019/04/14
- 03/32: gnu: mupen64plus-video-z64: Don't use unstable tarball., guix-commits, 2019/04/14
- 05/32: gnu: emacs-helm-firefox: Use GIT-FILE-NAME., guix-commits, 2019/04/14
- 07/32: gnu: emacs-helm-company: Use GIT-FILE-NAME., guix-commits, 2019/04/14
- 08/32: gnu: emacs-helm-descbinds: Use GIT-FILE-NAME., guix-commits, 2019/04/14
- 10/32: gnu: emacs-faceup: Use GIT-FILE-NAME., guix-commits, 2019/04/14
- 11/32: gnu: emacs-racket-mode: Use GIT-FILE-NAME., guix-commits, 2019/04/14
- 09/32: gnu: emacs-default-text-scale: Use GIT-FILE-NAME., guix-commits, 2019/04/14
- 18/32: gnu: emacs-dts-mode: Use GIT-FILE-NAME., guix-commits, 2019/04/14
- 13/32: gnu: emacs-stumpwm-mode: Use GIT-FILE-NAME., guix-commits, 2019/04/14