~ruther/guix-local

21c6d4262baea9647b1a3e1c806859ee41ca77af — Ludovic Courtès 1 year, 9 months ago 618880f
gnu: guile-git: Update to 0.8.0.

* gnu/packages/guile.scm (guile-git): Update to 0.8.0.

Change-Id: I97ed6c88402e53935d7f1cec335a7982f3e33417
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/guile.scm
M gnu/packages/guile.scm => gnu/packages/guile.scm +2 -2
@@ 830,7 830,7 @@ type system, elevating types to first-class status.")
(define-public guile-git
  (package
    (name "guile-git")
    (version "0.7.0")
    (version "0.8.0")
    (home-page "https://gitlab.com/guile-git/guile-git.git")
    (source (origin
              (method git-fetch)


@@ 840,7 840,7 @@ type system, elevating types to first-class status.")
              (file-name (git-file-name name version))
              (sha256
               (base32
                "1dgxzyn6ra685hp2vdhvw4z2hzx16nsjqj5k4p773x5a33jaq4pg"))))
                "15k5gcx5clckw9r38602xw8q4bmfr8s16fzmjw16carm54dsx78i"))))
    (build-system gnu-build-system)
    (arguments
     `(#:make-flags '("GUILE_AUTO_COMPILE=0")       ; to prevent guild warnings