;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2017, 2018, 2019 Ludovic Courtès ;;; ;;; This file is part of GNU Guix. ;;; ;;; GNU Guix is free software; you can redistribute it and/or modify it ;;; under the terms of the GNU General Public License as published by ;;; the Free Software Foundation; either version 3 of the License, or (at ;;; your option) any later version. ;;; ;;; GNU Guix is distributed in the hope that it will be useful, but ;;; WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; GNU General Public License for more details. ;;; ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see . ;;; Commentary: ;;; ;;; This script updates the list of new and updated packages in 'NEWS'. ;;; ;;; Code: (use-modules (gnu) (guix) (guix build utils) ((guix ui) #:select (fill-paragraph))
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-01-20 17:00:17 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-01-21 03:12:25 +0100
commitdba326def16de29fd09adf65ba9794aa99197891 (patch)
tree67e95f8eace2734f4179b41a6cc7d136c46cb63b /gnu/tests/mail.scm
parent17634f0b2ad1f2e3f1a0c49a159ab82f423b2288 (diff)
downloadguix-dba326def16de29fd09adf65ba9794aa99197891.tar.gz
guix-dba326def16de29fd09adf65ba9794aa99197891.zip
gnu: vlc: Update to 3.0.6.
* gnu/packages/video.scm (vlc): Update to 3.0.6.
Diffstat (limited to 'gnu/tests/mail.scm')
0 files changed, 0 insertions, 0 deletions
(string-append package " " version))) noteworthy))) (format port "~a ~a package updates~%~%Noteworthy updates:~%~a~%~%" stars (length upgraded) (enumeration->paragraph lst))))))))) (define (main . args) (match args ((news-file data-directory) ;; Don't browse things listed in the user's $GUIX_PACKAGE_PATH and ;; in external channels. (parameterize ((%package-module-path %default-package-module-path)) (define (package-file version) (string-append data-directory "/packages-" version ".txt")) (define (packageversions))) (format (current-error-port) "Updating NEWS for ~a to ~a...~%" previous-version new-version) (let* ((old (call-with-input-file (package-file previous-version) read)) (all-packages/sorted (sort (fold-packages (lambda (p r) (cons p r)) '()) package