Archived
1
0
Fork 0

gnu: emacs-org-contacts: Update to 1.1.

* gnu/packages/emacs-xyz.scm (emacs-org-contacts): Update to 1.1.
[source]<uri>: Use repo.or.cz as new upstream.
[propagated-inputs]: Add EMACS-ORG.
[home-page]: Update URL.
This commit is contained in:
Nicolas Goaziou 2022-09-10 19:11:54 +02:00
parent 575dbab746
commit a7b6de2a4b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -13399,23 +13399,24 @@ compatible with the Org stable version.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-org-contacts (define-public emacs-org-contacts
;;; XXX: Upstream made no release yet. ;; XXX: Upstream does not tag version bumps. Commit below matches latest
(let ((commit "3d2f39f62aefb0a32d10607703e8b1d4f43821fa") ;; version bump.
(revision "0")) (let ((commit "217ba04c9d638067a6ccb0829cf1885f54c1d568"))
(package (package
(name "emacs-org-contacts") (name "emacs-org-contacts")
(version (git-version "0" revision commit)) (version "1.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/stardiviner/org-contacts.el") (url "https://repo.or.cz/org-contacts")
(commit commit))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0a654406w8zd1hbp8ckc975jhl9mi14xzqizzwiki625dymiw5g5")))) (base32 "0f0vjdvx0hffj2xvyrya8yfl77djmzmpxdxsx58ym4lmdvwyb6x3"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/stardiviner/org-contacts.el") (propagated-inputs (list emacs-org))
(home-page "https://repo.or.cz/org-contacts")
(synopsis "Contacts management system for Org mode") (synopsis "Contacts management system for Org mode")
(description "Manage your contacts from Org mode. You can auto (description "Manage your contacts from Org mode. You can auto
complete email addresses, export contacts to a vCard file, put birthdays complete email addresses, export contacts to a vCard file, put birthdays