gnu: eid-mw: Update to 4.4.16.
* gnu/packages/security-token.scm (eid-mw): Update to 4.4.16.
This commit is contained in:
parent
50b01dcf3c
commit
5df6934cdb
|
@ -95,7 +95,7 @@ readers and is needed to communicate with such devices through the
|
||||||
(define-public eid-mw
|
(define-public eid-mw
|
||||||
(package
|
(package
|
||||||
(name "eid-mw")
|
(name "eid-mw")
|
||||||
(version "4.4.13")
|
(version "4.4.16")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -103,7 +103,7 @@ readers and is needed to communicate with such devices through the
|
||||||
(url "https://github.com/Fedict/eid-mw")
|
(url "https://github.com/Fedict/eid-mw")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "14bgn2k0xbd6241qdghg787pgxy7k9rvcspaf74zwwyibaqknzyx"))))
|
(base32 "1q82fw63xzrnrgh1wyh457hal6vfdl6swqfq7l6kviywiwlzx7kd"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
|
|
Loading…
Reference in New Issue