mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: tessen: Update to 2.2.3.
* gnu/packages/password-utils.scm (tessen): Update to 2.2.3. Change-Id: If93cff1abe521016dd021ef59ddc64f50004c87d
This commit is contained in:
parent
455f8ff55e
commit
25a707773c
1 changed files with 2 additions and 2 deletions
|
@ -1028,7 +1028,7 @@ (define-public rofi-pass-wayland
|
|||
(define-public tessen
|
||||
(package
|
||||
(name "tessen")
|
||||
(version "2.2.1")
|
||||
(version "2.2.3")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1037,7 +1037,7 @@ (define-public tessen
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0v0mkdwwxpy23fm5dqspp9c77b5ifcj7fsi8xhjrkrv1vqwmh67j"))))
|
||||
"0pxx3x50k1zi82vjvib94rar6sy5bz3s2amq4zyba6s1a8isqlcr"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:tests?
|
||||
|
|
Loading…
Reference in a new issue