guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: git-repo: Update to 2.4.1.


From: guix-commits
Subject: 01/03: gnu: git-repo: Update to 2.4.1.
Date: Thu, 27 Feb 2020 09:36:48 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 0c0156089cac0b8d4d3c761ba27d3e7e8d6d3bca
Author: Maxim Cournoyer <address@hidden>
AuthorDate: Wed Feb 26 09:13:03 2020 -0500

    gnu: git-repo: Update to 2.4.1.
    
    * gnu/packages/android.scm (git-repo): Update to 2.4.1.
---
 gnu/packages/android.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm
index ba883f1..e4f3bff 100644
--- a/gnu/packages/android.scm
+++ b/gnu/packages/android.scm
@@ -717,7 +717,7 @@ to be passed to the @code{udev} service.")
 (define-public git-repo
   (package
     (name "git-repo")
-    (version "2.3")
+    (version "2.4.1")
     (source
      (origin
        (method git-fetch)
@@ -726,7 +726,7 @@ to be passed to the @code{udev} service.")
              (commit (string-append "v" version))))
        (file-name (string-append "git-repo-" version "-checkout"))
        (sha256
-        (base32 "0jrll0mjfwakyjvlhbxwsdi32jhgss9mwz8c8h24n1qbqqxysrk4"))))
+        (base32 "0khg1731927gvin73dcbw1657kbfq4k7agla5rpzqcnwkk5agzg3"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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