guix-commits
[Top][All Lists]
Advanced

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

03/13: gnu: shlomif-cmake-modules: Update to 89f05caf86078f7838739755252


From: guix-commits
Subject: 03/13: gnu: shlomif-cmake-modules: Update to 89f05caf86078f783873975525230cf4fecede8a.
Date: Mon, 3 Jan 2022 23:39:17 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 897ce1c81f6d958e16eef5c2f366303e6eea974b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jan 4 02:30:06 2022 +0100

    gnu: shlomif-cmake-modules: Update to 
89f05caf86078f783873975525230cf4fecede8a.
    
    * gnu/packages/games.scm (shlomif-cmake-modules): Update to commit
    89f05caf86078f783873975525230cf4fecede8a.
---
 gnu/packages/games.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 632f040369..d8c7ab6397 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -7499,11 +7499,12 @@ original.")
 (define shlomif-cmake-modules
   (origin
     (method url-fetch)
-    (uri (string-append "https://bitbucket.org/shlomif/shlomif-cmake-modules/";
-                        "raw/c505713d7a7cda608f97f01577e5868a711b883e/"
-                        "shlomif-cmake-modules/Shlomif_Common.cmake"))
+    (uri (string-append
+          "https://raw.githubusercontent.com/shlomif/shlomif-cmake-modules/";
+          "89f05caf86078f783873975525230cf4fecede8a"
+          "/shlomif-cmake-modules/Shlomif_Common.cmake"))
     (sha256
-     (base32 "0kx9s1qqhhzprp1w3b67xmsns0n0v506bg5hgrshxaxpy6lqiwb2"))))
+     (base32 "05xdikw5ln0yh8p5chsmd8qnndmxg5b5vjlfpdqrjcb1ncqzywkc"))))
 
 (define-public rinutils
   (package



reply via email to

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