gnu: emacs-org-vcard: Update to 0.3.1.

* gnu/packages/emacs-xyz.scm (emacs-org-vcard): Update to 0.3.1.
[origin, home-page]: Change to “https://github.com/pinoaffe/org-vcard”.
[arguments]: Add #:test-command.
[native-inputs]: Add emacs-ert-runner.

Change-Id: I0f433c793e6c02cf8add95608060888435c10bd6
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
pinoaffe 2025-08-26 11:07:28 +02:00 committed by Liliana Marie Prikler
parent a31f9382f4
commit 2495ba43d9
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -20142,18 +20142,22 @@ in your Org Agenda, and more.")
(define-public emacs-org-vcard
(package
(name "emacs-org-vcard")
(version "0.2.0")
(version "0.3.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/flexibeast/org-vcard")
(url "https://github.com/pinoaffe/org-vcard")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "14l3xqahqmnfl3sskqcr33xpcsic8dm9cr9wmbv5la3xv14n10k7"))))
(base32 "06w4w3wxsrbv67ssnlpk8sj4jg4qvgc87cyaiin8h9f4az3yivkz"))))
(build-system emacs-build-system)
(home-page "https://github.com/flexibeast/org-vcard")
(arguments
(list #:test-command #~(list "ert-runner" "tests"
"-l" "tests/org-vcard-tests.el")))
(native-inputs (list emacs-ert-runner))
(home-page "https://github.com/pinoaffe/org-vcard")
(synopsis "Org mode support for vCard export and import")
(description
"This package exports and imports vCard files from within GNU Emacs' Org