mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
gnu: eid-mw: Update to 4.4.23.
* gnu/packages/security-token.scm (eid-mw): Update to 4.4.23.
This commit is contained in:
parent
468c2402c7
commit
51058cb232
1 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@ (define-public ccid
|
|||
(define-public eid-mw
|
||||
(package
|
||||
(name "eid-mw")
|
||||
(version "4.4.16")
|
||||
(version "4.4.23")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -112,7 +112,7 @@ (define-public eid-mw
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1q82fw63xzrnrgh1wyh457hal6vfdl6swqfq7l6kviywiwlzx7kd"))))
|
||||
(base32 "0kf147zxsp5ilghr46hjxa2nsikhv8198n04q81qzn9zln69av04"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
|
|
Loading…
Reference in a new issue