all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62929] [PATCH] gnu: eid-mw: Update to 5.1.10.
@ 2023-04-18 12:26 Raphaël Mélotte via Guix-patches
  0 siblings, 0 replies; only message in thread
From: Raphaël Mélotte via Guix-patches @ 2023-04-18 12:26 UTC (permalink / raw)
  To: 62929; +Cc: Raphaël Mélotte

* gnu/packages/security-token.scm (eid-mw): Update to 5.1.10
---
 gnu/packages/security-token.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index 3cf585480e..8566207cb1 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -123,7 +123,7 @@ (define-public ccid
 (define-public eid-mw
   (package
     (name "eid-mw")
-    (version "5.1.8")
+    (version "5.1.10")
     (source
      (origin
        (method git-fetch)
@@ -132,7 +132,7 @@ (define-public eid-mw
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "11jf828ag8y5iykcfjmjc3n8g5mchpl3fxkr110civ3qqbdiw882"))))
+        (base32 "14nx0hdpv0w5wwsg3894g8pzxlzgp9ryd38k4djhcsyarvzfwynr"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      (list autoconf
-- 
2.39.1





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-04-18 12:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-18 12:26 [bug#62929] [PATCH] gnu: eid-mw: Update to 5.1.10 Raphaël Mélotte via Guix-patches

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.