From 4296205e2fbc41eb8ba711fd599d1d1a64fe3ef9 Mon Sep 17 00:00:00 2001 From: Pablo Greco Date: Wed, 12 Nov 2025 04:58:21 -0800 Subject: [PATCH 1/2] Guix: fix codeberg link --- contrib/guix/guix-build | 2 +- contrib/guix/guix-codesign | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/guix/guix-build b/contrib/guix/guix-build index c2e7a6b17a..4b0131cbb6 100755 --- a/contrib/guix/guix-build +++ b/contrib/guix/guix-build @@ -238,7 +238,7 @@ SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:-$(git -c log.showSignature=false log --f # across time. time-machine() { # shellcheck disable=SC2086 - guix time-machine --url=https://codeberg.org/guix.git \ + guix time-machine --url=https://codeberg.org/guix/guix.git \ --commit=ae03f401381e956c4c41b4cf495cbde964fa43d0 \ --cores="$JOBS" \ --keep-failed \ diff --git a/contrib/guix/guix-codesign b/contrib/guix/guix-codesign index 2a9779aee2..b8b73dd347 100755 --- a/contrib/guix/guix-codesign +++ b/contrib/guix/guix-codesign @@ -226,7 +226,7 @@ SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:-$(git -c log.showSignature=false log --f # across time. time-machine() { # shellcheck disable=SC2086 - guix time-machine --url=https://codeberg.org/guix.git \ + guix time-machine --url=https://codeberg.org/guix/guix.git \ --commit=ae03f401381e956c4c41b4cf495cbde964fa43d0 \ --cores="$JOBS" \ --keep-failed \ From b46e2db7058a242aa50ea702dfcac5e3cd8dcbc0 Mon Sep 17 00:00:00 2001 From: Pablo Greco Date: Tue, 11 Nov 2025 00:13:37 -0800 Subject: [PATCH 2/2] Bump version to 23.3.1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3ec0342b78..2134337198 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.69]) define(_CLIENT_VERSION_MAJOR, 23) define(_CLIENT_VERSION_MINOR, 3) define(_CLIENT_VERSION_BUILD, 1) -define(_CLIENT_VERSION_RC, 3) +define(_CLIENT_VERSION_RC, 0) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2025) define(_COPYRIGHT_HOLDERS,[The %s developers])