gnu: guile-git: Update to 36f93c1.
* gnu/packages/guile.scm (guile-git): Update to 36f93c1.
This commit is contained in:
parent
2a27c0bbb8
commit
576f245c2d
|
@ -1933,8 +1933,8 @@ is not available for Guile 2.0.")
|
||||||
(license license:lgpl3+)))
|
(license license:lgpl3+)))
|
||||||
|
|
||||||
(define-public guile-git
|
(define-public guile-git
|
||||||
(let ((revision "5")
|
(let ((revision "6")
|
||||||
(commit "2bb9fbbf93cf93496718efc85ad9394aefa21029"))
|
(commit "36f93c174adc396c90ec3a6923487f0444fe5d69"))
|
||||||
(package
|
(package
|
||||||
(name "guile-git")
|
(name "guile-git")
|
||||||
(version (string-append "0.0-" revision "." (string-take commit 7)))
|
(version (string-append "0.0-" revision "." (string-take commit 7)))
|
||||||
|
@ -1944,7 +1944,7 @@ is not available for Guile 2.0.")
|
||||||
(uri (git-reference (url home-page) (commit commit)))
|
(uri (git-reference (url home-page) (commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0z3v0v89dyp35zx2h2gsq6v29lba3wbzabc5n2g4hx2fcb6q5qqy"))
|
"0z1dvn0scx59pbgjkpacam7p5n7630z4qm8fazim7ixq9xv3s8wx"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -1955,7 +1955,8 @@ is not available for Guile 2.0.")
|
||||||
|
|
||||||
;; FIXME: On i686, bytestructures miscalculates the offset
|
;; FIXME: On i686, bytestructures miscalculates the offset
|
||||||
;; of the 'old-file' and 'new-file' fields within the
|
;; of the 'old-file' and 'new-file' fields within the
|
||||||
;; '%diff-delta' structure.
|
;; '%diff-delta' structure. See
|
||||||
|
;; <https://github.com/TaylanUB/scheme-bytestructures/issues/30>.
|
||||||
,@(if (string=? (%current-system) "x86_64-linux")
|
,@(if (string=? (%current-system) "x86_64-linux")
|
||||||
'()
|
'()
|
||||||
'((add-before 'check 'skip-tests
|
'((add-before 'check 'skip-tests
|
||||||
|
|
Loading…
Reference in New Issue