~ruther/guix-local

309a08cf5979bfe22dca880f7be565d503e681dd — Ashish SHUKLA 11 months ago e9915d6
gnu: got: Update to 0.106.

* gnu/packages/version-control.scm (got): Update to 0.106.

Change-Id: I6fbf6de563b04a3d406fa2f598e627312be5ec50
Signed-off-by: Andreas Enge <andreas@enge.fr>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/version-control.scm
M gnu/packages/version-control.scm => gnu/packages/version-control.scm +2 -2
@@ 1156,7 1156,7 @@ provides an integration with GitHub and GitLab.")
(define-public got
  (package
    (name "got")
    (version "0.115")
    (version "0.116")
    (source (origin
              (method url-fetch)
              (uri


@@ 1165,7 1165,7 @@ provides an integration with GitHub and GitLab.")
                version ".tar.gz"))
              (sha256
               (base32
                "1rw9i74b4q99ja0j4xckx3bbzl8jixxpfnsjzgw7sx3lqcfbrw5d"))))
                "1zsdisaqv1q612a7jws9qd8n1gm9ilz5mnprkpgvdhc27gblm9p8"))))
    (inputs
     (list libevent
           `(,util-linux "lib")