guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: gitile: Update to 0.1.4.


From: guix-commits
Subject: branch master updated: gnu: gitile: Update to 0.1.4.
Date: Mon, 21 Feb 2022 10:33:24 -0500

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5bae870e66 gnu: gitile: Update to 0.1.4.
5bae870e66 is described below

commit 5bae870e66f1ce4d6ca3d8ab5d958de693b88eee
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Mon Feb 21 16:32:08 2022 +0100

    gnu: gitile: Update to 0.1.4.
    
    * gnu/packages/version-control.scm (gitile): Update to 0.1.4.
---
 gnu/packages/version-control.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index d7f576afd6..9489cf9980 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1562,7 +1562,7 @@ control to Git repositories.")
 (define-public gitile
   (package
     (name "gitile")
-    (version "0.1.3")
+    (version "0.1.4")
     (source
      (origin
        (method git-fetch)
@@ -1571,7 +1571,7 @@ control to Git repositories.")
               (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1fnmgrrsdc24mvicj2gkv3vasag7h5x27xc12w55i0id9vw7k9sw"))))
+        (base32 "1wb1rajcrzdqjncv40s7hjsnvlh1gq4z9pn9gf210g1iy35vimmz"))))
     (build-system gnu-build-system)
     (arguments
      `(#:imported-modules ((guix build guile-build-system)



reply via email to

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