diff options
| -rw-r--r-- | doc/contributing.texi | 10 | ||||
| -rw-r--r-- | gnu/packages/gnupg.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/guile.scm | 12 | ||||
| -rw-r--r-- | m4/guix.m4 | 2 |
4 files changed, 13 insertions, 13 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi index 5ea37a92bad..e4d87ed91ef 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi | |||
| @@ -67,7 +67,7 @@ GNU Guix depends on the following packages: | |||
| 67 | @itemize | 67 | @itemize |
| 68 | @item @url{https://gnu.org/software/guile/, GNU Guile}, version 3.0.x, | 68 | @item @url{https://gnu.org/software/guile/, GNU Guile}, version 3.0.x, |
| 69 | version 3.0.9 or later; | 69 | version 3.0.9 or later; |
| 70 | @item @url{https://notabug.org/cwebber/guile-gcrypt, Guile-Gcrypt}, version | 70 | @item @url{https://codeberg.org/guile-gcrypt/guile-gcrypt, Guile-Gcrypt}, version |
| 71 | 0.1.0 or later; | 71 | 0.1.0 or later; |
| 72 | @item | 72 | @item |
| 73 | @uref{https://gitlab.com/gnutls/guile/, Guile-GnuTLS} (@pxref{Guile | 73 | @uref{https://gitlab.com/gnutls/guile/, Guile-GnuTLS} (@pxref{Guile |
| @@ -76,11 +76,11 @@ gnutls-guile, GnuTLS-Guile})@footnote{The Guile bindings to | |||
| 76 | @uref{https://gnutls.org/, GnuTLS} were distributed as part of GnuTLS | 76 | @uref{https://gnutls.org/, GnuTLS} were distributed as part of GnuTLS |
| 77 | until version 3.7.8 included.}; | 77 | until version 3.7.8 included.}; |
| 78 | @item | 78 | @item |
| 79 | @uref{https://notabug.org/guile-sqlite3/guile-sqlite3, Guile-SQLite3}, version 0.1.0 | 79 | @uref{https://codeberg.org/guile-sqlite3/guile-sqlite3, Guile-SQLite3}, version 0.1.0 |
| 80 | or later; | 80 | or later; |
| 81 | @item @uref{https://notabug.org/guile-zlib/guile-zlib, Guile-zlib}, | 81 | @item @uref{https://codeberg.org/guile-compression/guile-zlib, Guile-zlib}, |
| 82 | version 0.1.0 or later; | 82 | version 0.1.0 or later; |
| 83 | @item @uref{https://notabug.org/guile-lzlib/guile-lzlib, Guile-lzlib}; | 83 | @item @uref{https://codeberg.org/guile-compression/guile-lzlib, Guile-lzlib}; |
| 84 | @item @uref{https://www.nongnu.org/guile-avahi/, Guile-Avahi}; | 84 | @item @uref{https://www.nongnu.org/guile-avahi/, Guile-Avahi}; |
| 85 | @item | 85 | @item |
| 86 | @uref{https://gitlab.com/guile-git/guile-git, Guile-Git}, version 0.10.0 | 86 | @uref{https://gitlab.com/guile-git/guile-git, Guile-Git}, version 0.10.0 |
| @@ -102,7 +102,7 @@ Support for build offloading (@pxref{Daemon Offload Setup}) and | |||
| 102 | version 0.13.0 or later. | 102 | version 0.13.0 or later. |
| 103 | 103 | ||
| 104 | @item | 104 | @item |
| 105 | @uref{https://notabug.org/guile-zstd/guile-zstd, Guile-zstd}, for zstd | 105 | @uref{https://codeberg.org/guile-compression/guile-zstd, Guile-zstd}, for zstd |
| 106 | compression and decompression in @command{guix publish} and for | 106 | compression and decompression in @command{guix publish} and for |
| 107 | substitutes (@pxref{Invoking guix publish}). | 107 | substitutes (@pxref{Invoking guix publish}). |
| 108 | 108 | ||
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index bb906f12c0d..e4309f19b48 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm | |||
| @@ -527,7 +527,7 @@ gpgpme starting with version 1.7.") | |||
| 527 | (package | 527 | (package |
| 528 | (name "guile-gcrypt") | 528 | (name "guile-gcrypt") |
| 529 | (version "0.5.0") | 529 | (version "0.5.0") |
| 530 | (home-page "https://notabug.org/cwebber/guile-gcrypt") | 530 | (home-page "https://codeberg.org/guile-gcrypt/guile-gcrypt") |
| 531 | (source (origin | 531 | (source (origin |
| 532 | (method git-fetch) | 532 | (method git-fetch) |
| 533 | (uri (git-reference | 533 | (uri (git-reference |
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm index 36f8c45064c..a31d8e50257 100644 --- a/gnu/packages/guile.scm +++ b/gnu/packages/guile.scm | |||
| @@ -829,7 +829,7 @@ Guile's foreign function interface.") | |||
| 829 | (package | 829 | (package |
| 830 | (name "guile-sqlite3") | 830 | (name "guile-sqlite3") |
| 831 | (version "0.1.3") | 831 | (version "0.1.3") |
| 832 | (home-page "https://notabug.org/guile-sqlite3/guile-sqlite3.git") | 832 | (home-page "https://codeberg.org/guile-sqlite3/guile-sqlite3.git") |
| 833 | (source (origin | 833 | (source (origin |
| 834 | (method git-fetch) | 834 | (method git-fetch) |
| 835 | (uri (git-reference | 835 | (uri (git-reference |
| @@ -966,13 +966,13 @@ manipulate repositories of the Git version control system.") | |||
| 966 | ;; in the same method. | 966 | ;; in the same method. |
| 967 | (method url-fetch) | 967 | (method url-fetch) |
| 968 | (uri | 968 | (uri |
| 969 | (string-append "https://notabug.org/guile-zlib/guile-zlib/archive/v" | 969 | (string-append "https://codeberg.org/guile-compression/guile-zlib/archive/v" |
| 970 | version ".tar.gz")) | 970 | version ".tar.gz")) |
| 971 | (file-name (string-append name "-" version ".tar.gz")) | 971 | (file-name (string-append name "-" version ".tar.gz")) |
| 972 | (sha256 | 972 | (sha256 |
| 973 | ;; content nar-sha256: 0rwjlqr1hl2vczs16xsihw8pyj6s70p1yv9ky0sawhm6g30639k9 | 973 | ;; content nar-sha256: 0rwjlqr1hl2vczs16xsihw8pyj6s70p1yv9ky0sawhm6g30639k9 |
| 974 | (base32 | 974 | (base32 |
| 975 | "1h9q7rw8bh5mwa8qjik0pqwcr8v9hnk7xnvwcbsg6yfa695wlv3g")))) | 975 | "04p9lb3bq5y0k358s8agpksx9x68vzx330cb8jkn4qp3qj7cmnx2")))) |
| 976 | (build-system gnu-build-system) | 976 | (build-system gnu-build-system) |
| 977 | (native-inputs (list autoconf automake pkg-config guile-3.0)) | 977 | (native-inputs (list autoconf automake pkg-config guile-3.0)) |
| 978 | (inputs (list guile-3.0 zlib)) | 978 | (inputs (list guile-3.0 zlib)) |
| @@ -981,7 +981,7 @@ manipulate repositories of the Git version control system.") | |||
| 981 | "This package provides Guile bindings for zlib, a lossless | 981 | "This package provides Guile bindings for zlib, a lossless |
| 982 | data-compression library. The bindings are written in pure Scheme by using | 982 | data-compression library. The bindings are written in pure Scheme by using |
| 983 | Guile's foreign function interface.") | 983 | Guile's foreign function interface.") |
| 984 | (home-page "https://notabug.org/guile-zlib/guile-zlib") | 984 | (home-page "https://codeberg.org/guile-compression/guile-zlib") |
| 985 | (license license:gpl3+))) | 985 | (license license:gpl3+))) |
| 986 | 986 | ||
| 987 | (define-public guile2.2-zlib | 987 | (define-public guile2.2-zlib |
| @@ -991,7 +991,7 @@ Guile's foreign function interface.") | |||
| 991 | (package | 991 | (package |
| 992 | (name "guile-lzlib") | 992 | (name "guile-lzlib") |
| 993 | (version "0.3.0") | 993 | (version "0.3.0") |
| 994 | (home-page "https://notabug.org/guile-lzlib/guile-lzlib") | 994 | (home-page "https://codeberg.org/guile-compression/guile-lzlib") |
| 995 | (source | 995 | (source |
| 996 | (origin | 996 | (origin |
| 997 | ;; Note: Until "builtin:git-download" can be taken for granted, this | 997 | ;; Note: Until "builtin:git-download" can be taken for granted, this |
| @@ -1027,7 +1027,7 @@ pure Scheme by using Guile's foreign function interface.") | |||
| 1027 | (package | 1027 | (package |
| 1028 | (name "guile-zstd") | 1028 | (name "guile-zstd") |
| 1029 | (version "0.1.1") | 1029 | (version "0.1.1") |
| 1030 | (home-page "https://notabug.org/guile-zstd/guile-zstd") | 1030 | (home-page "https://codeberg.org/guile-compression/guile-zstd") |
| 1031 | (source (origin | 1031 | (source (origin |
| 1032 | (method git-fetch) | 1032 | (method git-fetch) |
| 1033 | (uri (git-reference (url home-page) | 1033 | (uri (git-reference (url home-page) |
diff --git a/m4/guix.m4 b/m4/guix.m4 index 02851932768..9b8ade234e3 100644 --- a/m4/guix.m4 +++ b/m4/guix.m4 | |||
| @@ -157,7 +157,7 @@ dnl Check whether a recent-enough Guile-Sqlite3 is available. | |||
| 157 | AC_DEFUN([GUIX_CHECK_GUILE_SQLITE3], [ | 157 | AC_DEFUN([GUIX_CHECK_GUILE_SQLITE3], [ |
| 158 | dnl Check whether 'sqlite-bind-arguments' is available. It was introduced | 158 | dnl Check whether 'sqlite-bind-arguments' is available. It was introduced |
| 159 | dnl in February 2018: | 159 | dnl in February 2018: |
| 160 | dnl <https://notabug.org/guile-sqlite3/guile-sqlite3/commit/1cd1dec96a9999db48c0ff45bab907efc637247f>. | 160 | dnl <https://codeberg.org/guile-sqlite3/guile-sqlite3/commit/1cd1dec96a9999db48c0ff45bab907efc637247f>. |
| 161 | AC_CACHE_CHECK([whether Guile-Sqlite3 is available and recent enough], | 161 | AC_CACHE_CHECK([whether Guile-Sqlite3 is available and recent enough], |
| 162 | [guix_cv_have_recent_guile_sqlite3], | 162 | [guix_cv_have_recent_guile_sqlite3], |
| 163 | [GUILE_CHECK([retval], | 163 | [GUILE_CHECK([retval], |
