diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/guile.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm index 1616991cca4..15d5b2cdf28 100644 --- a/gnu/packages/guile.scm +++ b/gnu/packages/guile.scm | |||
| @@ -776,7 +776,7 @@ type system, elevating types to first-class status.") | |||
| 776 | (define-public guile-git | 776 | (define-public guile-git |
| 777 | (package | 777 | (package |
| 778 | (name "guile-git") | 778 | (name "guile-git") |
| 779 | (version "0.5.0") | 779 | (version "0.5.1") |
| 780 | (home-page "https://gitlab.com/guile-git/guile-git.git") | 780 | (home-page "https://gitlab.com/guile-git/guile-git.git") |
| 781 | (source (origin | 781 | (source (origin |
| 782 | (method git-fetch) | 782 | (method git-fetch) |
| @@ -786,7 +786,7 @@ type system, elevating types to first-class status.") | |||
| 786 | (file-name (git-file-name name version)) | 786 | (file-name (git-file-name name version)) |
| 787 | (sha256 | 787 | (sha256 |
| 788 | (base32 | 788 | (base32 |
| 789 | "1hqw3jy81cnsgybsbnfvwvhv1bajwq662hikkrr6dcgky6yspsxx")))) | 789 | "1x3wa6la4j1wcfxyhhjlmd7yp85wwpny0y6lrzpz803i9z5fwagc")))) |
| 790 | (build-system gnu-build-system) | 790 | (build-system gnu-build-system) |
| 791 | (arguments | 791 | (arguments |
| 792 | `(#:make-flags '("GUILE_AUTO_COMPILE=0"))) ; to prevent guild warnings | 792 | `(#:make-flags '("GUILE_AUTO_COMPILE=0"))) ; to prevent guild warnings |
