guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: oath-toolkit: Update to 2.6.4.


From: guix-commits
Subject: 02/04: gnu: oath-toolkit: Update to 2.6.4.
Date: Tue, 17 Nov 2020 16:22:02 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 038c92c4c809676f84de37b61927427485b5b5c5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Nov 17 21:49:08 2020 +0100

    gnu: oath-toolkit: Update to 2.6.4.
    
    * gnu/packages/authentication.scm (oath-toolkit): Update to 2.6.4.
---
 gnu/packages/authentication.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/authentication.scm b/gnu/packages/authentication.scm
index 52ab445..afa2094 100644
--- a/gnu/packages/authentication.scm
+++ b/gnu/packages/authentication.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2019 Ricardo Wurmus <rekado@elephly.net>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -33,14 +33,14 @@
 (define-public oath-toolkit
   (package
     (name "oath-toolkit")
-    (version "2.6.3")
+    (version "2.6.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://download.savannah.nongnu.org/releases/";
                            name "/" name "-" version ".tar.gz"))
        (sha256
-        (base32 "1cjial8njck2sd7452jcxspbi5h5fnp3n8v3wbmlw8fzqmgzvxx1"))))
+        (base32 "116na9nncpwshl3ww8w3llzwk49igilplxcjy1k6jzl3mmg2bimz"))))
     (build-system gnu-build-system)
     (arguments
      ;; TODO ‘--enable-pskc’ causes xmlsec-related test suite failures.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]