;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2022 Janneke Nieuwenhuizen ;;; ;;; 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 . ;; GNU Guix development manifest. To create development environment, run ;; ;; guix shell ;; ;; or something like ;; ;; guix shell --pure git git:send-email openssh (use-modules (guix profiles) (gnu packages package-management)) (package->development-manifest guix) '>aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-04gnu: nano: Update to 5.6.1....* gnu/packages/nano.scm (nano): Update to 5.6.1. Tobias Geerinckx-Rice
2021-02-24gnu: nano: Update to 5.6....* gnu/packages/nano.scm (nano): Update to 5.6. Tobias Geerinckx-Rice
2021-01-14gnu: nano: Update to 5.5....* gnu/packages/nano.scm (nano): Update to 5.5. Tobias Geerinckx-Rice
2020-12-02gnu: nano: Update to 5.4....* gnu/packages/nano.scm (nano): Update to 5.4. Efraim Flashner
2020-10-07gnu: nano: Update to 5.3....* gnu/packages/nano.scm (nano): Update to 5.3. Tobias Geerinckx-Rice
2020-08-24gnu: nano: Update to 5.2....* gnu/packages/nano.scm (nano): Update to 5.2. Tobias Geerinckx-Rice
2020-08-12gnu: nano: Update to 5.1....* gnu/packages/nano.scm (nano): Update to 5.1. Tobias Geerinckx-Rice
2020-07-29gnu: nano: Update to 5.0....* gnu/packages/nano.scm (nano): Update to 5.0. Tobias Geerinckx-Rice