guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/88: gnu: mupen64plus-video-rice: Don't use unstable tarball.


From: guix-commits
Subject: 08/88: gnu: mupen64plus-video-rice: 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 d42d0a0b081fc002489e1de0b3feafc457c653e4
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Apr 8 23:49:22 2019 +0200

    gnu: mupen64plus-video-rice: Don't use unstable tarball.
    
    * gnu/packages/emulators.scm (mupen64plus-video-rice)[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 50aa160..015ffd4 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -839,13 +839,13 @@ Glide64MK2 video plugin.")
     (version "2.5")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append
-             "https://github.com/mupen64plus/mupen64plus-video-rice/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-rice.git";)
+             (commit version)))
+       (file-name (git-file-name name version))
        (sha256
-        (base32 "0rd2scjmh285w61aj3mgx71whg5rqrjbry3cdgicczrnyvf8wdvk"))))
+        (base32 "0rpmbcq67gsj5h5jjis146378qc1mskskvx20y1ikx59yhbamh13"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]