diff options
Diffstat (limited to 'guix.scm')
| -rw-r--r-- | guix.scm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com> +;;; Copyright © 2020, 2022 Oleg Pykhalov <go.wigust@gmail.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -26,7 +26,7 @@ (define-public githunt (package (name "githunt") - (version "3.0-4") + (version "3.0-5") (source (local-file (string-append (dirname (current-filename)) "/githunt-" version ".tar.gz"))) (build-system trivial-build-system) |
