guix-commits
[Top][All Lists]
Advanced

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

03/14: gnu: yapet: Update to 2.4.


From: guix-commits
Subject: 03/14: gnu: yapet: Update to 2.4.
Date: Thu, 13 Aug 2020 10:35:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5180360198113cd1217d06ea5834acdc6371df77
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Aug 13 05:22:57 2020 +0200

    gnu: yapet: Update to 2.4.
    
    * gnu/packages/password-utils.scm (yapet): Update to 2.4.
---
 gnu/packages/password-utils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index ae211d8..173970d 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -306,14 +306,14 @@ applications, there is xclip integration." )
 (define-public yapet
   (package
     (name "yapet")
-    (version "2.3")
+    (version "2.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://yapet.guengel.ch/downloads/yapet-";
                            version ".tar.xz"))
        (sha256
-        (base32 "1fl4s7v1psl52ndd6i7716i9f493aj8ipl6lgmraadnn5h26l3pm"))))
+        (base32 "0b1v0whf70dfjzlwqwwvfv526s828skjvm4xvwly3vcvcmpz59sh"))))
     (build-system gnu-build-system)
     (inputs
      `(("argon2" ,argon2)



reply via email to

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