guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: fortune-mod: Use a stable URL for the CMake rules.


From: Ludovic Courtès
Subject: 01/02: gnu: fortune-mod: Use a stable URL for the CMake rules.
Date: Tue, 24 Apr 2018 03:53:29 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit d5a48184d11763bc40bc4347a9b0368193982489
Author: Ludovic Courtès <address@hidden>
Date:   Mon Apr 23 18:16:45 2018 +0200

    gnu: fortune-mod: Use a stable URL for the CMake rules.
    
    * gnu/packages/games.scm (fortune-mod)[inputs]: Use a stable URL for
    "cmake-rules".
---
 gnu/packages/games.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index f34beae..e5f8350 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4898,7 +4898,8 @@ Strife, Chex Quest, and fan-created games like Harmony, 
Hacx and Freedoom.")
         ,(origin
            (method url-fetch)
            (uri (string-append 
"https://bitbucket.org/shlomif/shlomif-cmake-modules/";
-                               
"raw/default/shlomif-cmake-modules/Shlomif_Common.cmake"))
+                               "raw/c505713d7a7cda608f97f01577e5868a711b883e/"
+                               "shlomif-cmake-modules/Shlomif_Common.cmake"))
            (sha256
             (base32 
"0kx9s1qqhhzprp1w3b67xmsns0n0v506bg5hgrshxaxpy6lqiwb2"))))))
     (home-page "http://www.shlomifish.org/open-source/projects/fortune-mod/";)



reply via email to

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