gnu: guile-gi: Update to 0.0.1-1.26e8852.

* gnu/packages/guile-xyz.scm (guile-gi): Update to 0.0.1-1.26e8852; use
upstream's (spk121's) git in source uri.
This commit is contained in:
Jan Nieuwenhuizen 2019-06-05 15:35:46 +02:00
parent 3390ac619f
commit 898b705d64
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 4 additions and 4 deletions

View File

@ -2238,20 +2238,20 @@ list of components. This module takes care of that for you.")
(license license:lgpl3+))) (license license:lgpl3+)))
(define-public guile-gi (define-public guile-gi
(let ((commit "91753258892c4a1fbf7ed43ff793a00ac0f77cf6") (let ((commit "26e885219ae6b31a83766564a2ecfe8c4532346f")
(revision "0")) (revision "1"))
(package (package
(name "guile-gi") (name "guile-gi")
(version (string-append "0.0.1-" revision "." (string-take commit 7))) (version (string-append "0.0.1-" revision "." (string-take commit 7)))
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://gitlab.com/janneke/guile-gi.git") (url "https://github.com/spk121/guile-gi.git")
(commit commit))) (commit commit)))
(file-name (string-append name "-" version)) (file-name (string-append name "-" version))
(sha256 (sha256
(base32 (base32
"1i76jfs90p8pbx0bfrjd4sias9380pmjb9x387rx7hav4kvnsd1b")))) "1prbzhr4sqqihb34l6yfrz6sd8nghwd3q9wvbm36jnl2n3z2nxj8"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("autoconf" ,autoconf) (native-inputs `(("autoconf" ,autoconf)
("automake" ,automake) ("automake" ,automake)