[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/32: gnu: mupen64plus-video-z64: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
03/32: gnu: mupen64plus-video-z64: 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 85baeb20023acc8e94b2ce9f0b2a12922103bc9d
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Apr 8 23:49:30 2019 +0200
gnu: mupen64plus-video-z64: Don't use unstable tarball.
* gnu/packages/emulators.scm (mupen64plus-video-z64)[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 a22bc49..f9358c7 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -887,13 +887,13 @@ Rice Video plugin.")
(version "2.0.0")
(source
(origin
- (method url-fetch)
- (uri (string-append
- "https://github.com/mupen64plus/mupen64plus-video-z64/archive/"
- version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/mupen64plus/mupen64plus-video-z64.git")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
- (base32 "1x7wsjs5gx2iwx20p4cjcbf696zsjlh31qxmghwv0ifrq8x58s1b"))
+ (base32 "04qa2fdd6dakpk2v0d4l80xh9b4h8gm71g80c0wyyxdhmhwk1r9c"))
(patches (search-patches
"mupen64plus-video-z64-glew-correct-path.patch"))))
(build-system gnu-build-system)
(native-inputs
- 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, 2019/04/14
- 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 <=
- 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
- 15/32: gnu: emacs-eros: Use GIT-FILE-NAME., guix-commits, 2019/04/14
- 25/32: gnu: burp: Update to 2.3.4., guix-commits, 2019/04/14