diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-06-25 11:32:41 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-07-18 13:03:29 +0200 |
| commit | 9adf5333875b4b28fbd26d279b4f26cbfa9c3e8e (patch) | |
| tree | 8be385c9dd1b5b37b47bcc5631e3ea3bb6e52855 /gnu/packages | |
| parent | 8496319beb5c29cacfd84994177f57f6c683fe48 (diff) | |
gnu: python-pyscard: Update dependency on swig.
* gnu/packages/security-token.scm (python-pyscard)[native-inputs]:
Replace swig-4.0 with swig-4.4.
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/security-token.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm index 827489e8b99..7f35246ecfc 100644 --- a/gnu/packages/security-token.scm +++ b/gnu/packages/security-token.scm | |||
| @@ -795,7 +795,7 @@ retrieve a YubiKey's serial number, and so forth.") | |||
| 795 | (native-inputs | 795 | (native-inputs |
| 796 | (list python-pytest | 796 | (list python-pytest |
| 797 | python-setuptools | 797 | python-setuptools |
| 798 | swig-4.0)) | 798 | swig-4.4)) |
| 799 | (home-page "https://github.com/LudovicRousseau/pyscard") | 799 | (home-page "https://github.com/LudovicRousseau/pyscard") |
| 800 | (synopsis "Smart card library for Python") | 800 | (synopsis "Smart card library for Python") |
| 801 | (description | 801 | (description |
