From 4d5f7986d687f997ae8f1875cef36441e9bea035 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 4 Oct 2021 02:38:57 +0200 Subject: gnu: libcacard: Update to 2.8.1. * gnu/packages/spice.scm (libcacard): Update to 2.8.1. [source]: Remove patch. * gnu/packages/patches/libcacard-unknown-variable.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. --- gnu/packages/spice.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'gnu/packages/spice.scm') diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm index d9daac1185..9c88b63108 100644 --- a/gnu/packages/spice.scm +++ b/gnu/packages/spice.scm @@ -329,17 +329,16 @@ resolution scaling on graphical console window resize.") (define-public libcacard (package (name "libcacard") - (version "2.8.0") + (version "2.8.1") (source (origin (method url-fetch) (uri (string-append "https://gitlab.freedesktop.org/spice/libcacard/uploads/" - "9d8f24b131bcbbd7846727ea92952cb5" + "13b249e695a0d9aa7cb501b1a85ebab1" "/libcacard-" version ".tar.xz")) - (patches (search-patches "libcacard-unknown-variable.patch")) (sha256 (base32 - "0azj3rqr2smg0lai24xrn3zr628xmjfrzcggay877zrr64ybj1c0")))) + "1rrjlclm6ad63gah1fa4yfwrz4z6vgq2yrybbvzvvdbxrgl4vgzv")))) (build-system meson-build-system) (arguments '(#:tests? #f ; TODO Tests require gnutls built with -- cgit v1.2.3