gnu: yapet: Update to 2.3.
* gnu/packages/password-utils.scm (yapet): Update to 2.3. [inputs]: Add argon2. [native-inputs]: Add cppunit.
This commit is contained in:
		
							parent
							
								
									a50d6099dd
								
							
						
					
					
						commit
						988f53e1be
					
				
					 1 changed files with 12 additions and 11 deletions
				
			
		|  | @ -294,21 +294,22 @@ applications, there is xclip integration." ) | ||||||
| (define-public yapet | (define-public yapet | ||||||
|   (package |   (package | ||||||
|     (name "yapet") |     (name "yapet") | ||||||
|     (version "1.1") |     (version "2.3") | ||||||
|     (source (origin |     (source | ||||||
|  |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|               (uri (string-append "http://www.guengel.ch/myapps/yapet/downloads/yapet-" |        (uri (string-append "https://yapet.guengel.ch/downloads/yapet-" | ||||||
|                                   version |                            version ".tar.xz")) | ||||||
|                                   ".tar.bz2")) |  | ||||||
|        (sha256 |        (sha256 | ||||||
|                (base32 |         (base32 "1fl4s7v1psl52ndd6i7716i9f493aj8ipl6lgmraadnn5h26l3pm")))) | ||||||
|                 "1lq46mpxdsbl6qw4cj58hp9q7jckmyvbsi08p5zr77rjgqadxyyy")))) |  | ||||||
|     (build-system gnu-build-system) |     (build-system gnu-build-system) | ||||||
|     (inputs |     (inputs | ||||||
|      `(("ncurses" ,ncurses) |      `(("argon2" ,argon2) | ||||||
|  |        ("ncurses" ,ncurses) | ||||||
|        ("openssl" ,openssl))) |        ("openssl" ,openssl))) | ||||||
|     (native-inputs |     (native-inputs | ||||||
|      `(("pkg-config" ,pkg-config))) |      `(("cppunit" ,cppunit) | ||||||
|  |        ("pkg-config" ,pkg-config))) | ||||||
|     (synopsis "Yet Another Password Encryption Tool") |     (synopsis "Yet Another Password Encryption Tool") | ||||||
|     (description "YAPET is a text based password manager using the Blowfish |     (description "YAPET is a text based password manager using the Blowfish | ||||||
| encryption algorithm.  Because of its small footprint and very few library | encryption algorithm.  Because of its small footprint and very few library | ||||||
|  |  | ||||||
		Reference in a new issue