me
/
guix
Archived
1
0
Fork 0

gnu: emacs-epkg: Update to 3.2.2.

* gnu/packages/emacs-xyz.scm (emacs-epkg): Update to 3.2.2.
master
Oleg Pykhalov 2020-08-20 20:19:54 +03:00
parent b7e76699d2
commit 4536c5a0a3
No known key found for this signature in database
GPG Key ID: 167F8EA5001AFA9C
1 changed files with 21 additions and 23 deletions

View File

@ -13758,28 +13758,26 @@ add any additional instance slots.")
(license license:gpl3)))) (license license:gpl3))))
(define-public emacs-epkg (define-public emacs-epkg
;; The release version is to old for the current database scheme. (package
(let ((commit "432312b9583ed7b88ad9644fd1bf2183765a892e")) (name "emacs-epkg")
(package (version "3.2.2")
(name "emacs-epkg") (source
(version (git-version "3.0.0" "1" commit)) (origin
(source (method git-fetch)
(origin (uri (git-reference
(method git-fetch) (url "https://github.com/emacscollective/epkg")
(uri (git-reference (commit (string-append "v" version))))
(url "https://github.com/emacscollective/epkg") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32
(sha256 "1pxz611qb3m33r6343h0xhwqvvhjl131zyc2klplzgb23rkm8lk0"))))
(base32 (build-system emacs-build-system)
"0d882kahn7a0vri7a9r15lvmfx1zn2hsga6jfcc6jv0hqbswlb2k")))) (propagated-inputs
(build-system emacs-build-system) `(("emacs-closql" ,emacs-closql)
(propagated-inputs ("emacs-dash" ,emacs-dash)))
`(("emacs-closql" ,emacs-closql) (home-page "https://emacsmirror.net")
("emacs-dash" ,emacs-dash))) (synopsis "Browse the Emacsmirror package database")
(home-page "https://emacsmirror.net") (description "This package provides access to a local copy of the
(synopsis "Browse the Emacsmirror package database")
(description "This package provides access to a local copy of the
Emacsmirror package database. It provides low-level functions for querying Emacsmirror package database. It provides low-level functions for querying
the database and a @file{package.el} user interface for browsing the database. the database and a @file{package.el} user interface for browsing the database.
Epkg itself is not a package manager. Epkg itself is not a package manager.
@ -13799,7 +13797,7 @@ name and password. To skip it press a @key{Return} key.
You could get a Epkg package list by invoking @code{epkg-list-packages} in You could get a Epkg package list by invoking @code{epkg-list-packages} in
Emacs.") Emacs.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-elisp-slime-nav (define-public emacs-elisp-slime-nav
(package (package