guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: yapet: Update to 1.1.


From: Tobias Geerinckx-Rice
Subject: 03/05: gnu: yapet: Update to 1.1.
Date: Thu, 8 Mar 2018 03:08:20 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 3d63422c92c6931fbc688770073214b561eab723
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Mar 8 09:03:47 2018 +0100

    gnu: yapet: Update to 1.1.
    
    * gnu/packages/password-utils.scm (yapet): Update to 1.1.
---
 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 0dde880..46b6e79 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -200,7 +200,7 @@ applications, there is xclip integration." )
 (define-public yapet
   (package
     (name "yapet")
-    (version "1.0")
+    (version "1.1")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"http://www.guengel.ch/myapps/yapet/downloads/yapet-";
@@ -208,7 +208,7 @@ applications, there is xclip integration." )
                                   ".tar.bz2"))
               (sha256
                (base32
-                "0ydbnqw6icdh07pnv2w6dhvq501bdfvrklv4xmyr8znca9d753if"))))
+                "1lq46mpxdsbl6qw4cj58hp9q7jckmyvbsi08p5zr77rjgqadxyyy"))))
     (build-system gnu-build-system)
     (inputs
      `(("ncurses" ,ncurses)



reply via email to

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