diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-02-19 21:56:08 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-02-19 21:57:43 -0500 |
commit | 53e27f8abf1163e29fb5fc17af38b90a67a18138 (patch) | |
tree | 63d40018df16c9ab81f27cffe3ab0ac623a8d79c /etc | |
parent | cc0cdf51f71c5455d781cd25842587731a83e414 (diff) | |
download | guix-53e27f8abf1163e29fb5fc17af38b90a67a18138.tar.gz |
news: Fix commit for the guix pack new RPM format news.
* etc/news.scm: Adjust latest news commit.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/news.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/news.scm b/etc/news.scm index 459f3ef352..924c2b35b4 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -26,7 +26,7 @@ (channel-news (version 0) - (entry (commit "63622d2a234b707be5df07d8290a81b3247947e7") + (entry (commit "598f4c509bbfec2b983a8ee246cce0a0fe45ec7f") (title (de "Neues Format @samp{rpm} für den Befehl @command{guix pack}") (en "New @samp{rpm} format for the @command{guix pack} command") |