summaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix.scm b/guix.scm
index 9786eca..230b387 100644
--- a/guix.scm
+++ b/guix.scm
@@ -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)