guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

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