[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: news: Add ‘integer expected from stream’ entry.
From: |
guix-commits |
Subject: |
02/04: news: Add ‘integer expected from stream’ entry. |
Date: |
Thu, 30 Dec 2021 07:41:49 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit df830ef91a1ea6255b1174520a22122134978d36
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Dec 30 13:08:40 2021 +0100
news: Add ‘integer expected from stream’ entry.
* etc/news.scm: Add entry.
---
etc/news.scm | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/etc/news.scm b/etc/news.scm
index 16e61bbc32..a1e902acbb 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -25,6 +25,20 @@
(channel-news
(version 0)
+ (entry (commit "1eb40a6dc4917f5a2e915f8b31b750dba3d378c6")
+ (title
+ (en "@samp{integer expected from stream}? Update your Guix daemon")
+ (nl "@samp{integer expected from stream}? Werk je Guix daemon bij"))
+ (body
+ (en "We recently fixed a bug where substitution would fail with
+@samp{error: integer expected from stream}. Be sure to update your system's
+Guix package that provides the @command{guix-daemon} if you haven't done so
+recently. Run @command{info \"(guix) Upgrading Guix\"} for instructions.")
+ (nl "Onlangs herstelden we een fout waarbij substitutie mislukt met
+een @samp{error: integer expected from stream}. Werk zeker je systeemwijde
+Guix-pakket bij, dat de @command{guix-daemon} levert, als dat nog niet is
+gebeurd. Voer @command{info \"(guix) Upgrading Guix\"} uit voor meer
uitleg.")))
+
(entry (commit "223f1b1eb3707f1d3ef91200dd616ee6c8b77db0")
(title
(en "Improved static networking support on Guix System")