mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: eid-mw: Update to 5.1.11.
* gnu/packages/security-token.scm (eid-mw): Update to 5.1.11.
This commit is contained in:
parent
a8e3858c9e
commit
6ba1f8db6d
1 changed files with 2 additions and 2 deletions
|
@ -130,7 +130,7 @@ (define-public ccid
|
|||
(define-public eid-mw
|
||||
(package
|
||||
(name "eid-mw")
|
||||
(version "5.1.10")
|
||||
(version "5.1.11")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -139,7 +139,7 @@ (define-public eid-mw
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "14nx0hdpv0w5wwsg3894g8pzxlzgp9ryd38k4djhcsyarvzfwynr"))))
|
||||
(base32 "09mhpwvqsr3pd2by3jm5jzjhyfx0f80bii35zd81vbzy85z26igg"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(native-inputs
|
||||
(list autoconf
|
||||
|
|
Loading…
Reference in a new issue