summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2025-11-27 17:46:50 +0900
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2026-04-15 23:10:25 +0200
commit05e669ac50cd15db30c2bfc0681a4c2a24cf080d (patch)
tree724f182b0d66d5bda6b553a516f9f6bcc7d3bbe6 /NEWS
parent08341ec277cdeb84e662e3c11ab2b4ada06fd48b (diff)
guix: Implement fossil-download.
* guix/fossil-download.scm: New file. * guix/build/fossil.scm: New file. * Makefile.am (MODULES): Add them. * etc/teams.scm (core)[#:scope]: Add "guix/fossil-download.scm". (vcs)[#:scope]: Add "guix/build/fossil.scm". * CODEOWNERS: Regenerate file. * doc/guix.texi (origin Reference): Document fossil-fetch and fossil-reference. * NEWS: Add entry about fossil-fetch. Change-Id: Ia252bcbbb417159a842d5092a937e2aad55a1656 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6fd51b38fa..4d95880c57 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,9 @@ Please send Guix bug reports to bug-guix@gnu.org.
*** New service for Fossil SCM
*** TeX Live updated to 2026.1
+** Programming interfaces
+*** New (guix fossil-download) module, for fetching Fossil repositories
+
* Changes in 1.5.0 (since 1.4.0)
** Package management
*** New ‘rpm’ format for the ‘guix pack’ command