gnu: emacs-closql: Update to 1.0.4.

* gnu/packages/emacs-xyz.scm (emacs-closql): Update to 1.0.4.
This commit is contained in:
Jelle Licht 2020-11-26 10:08:54 +01:00
parent 446ec88a40
commit 3a0cb77df6
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -14540,21 +14540,19 @@ (define-public emacs-emacsql-sqlite3
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-closql (define-public emacs-closql
;; Take a commit newer than 1.0.0 release because of Emacs upgrade to 26.3.
(let ((commit "70b98dbae53611d10a461d9b4a6f71086910dcef"))
(package (package
(name "emacs-closql") (name "emacs-closql")
(version (git-version "1.0.0" "1" commit)) (version "1.0.4")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/emacscollective/closql") (url "https://github.com/emacscollective/closql")
(commit commit))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1wvhrihg663f61yzc7f0vha2abjdnlwbk0gjcwakdfk1bhwf5ikh")))) "06j0sc6dx8f34wc8i7dzkp8jwvwnrpnl8i93vpc1qw0ih0jwa2zh"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-emacsql" ,emacs-emacsql))) `(("emacs-emacsql" ,emacs-emacsql)))
@ -14566,7 +14564,7 @@ (define-public emacs-closql
on what kind of objects can be stored; it isn't intended to store arbitrary on what kind of objects can be stored; it isn't intended to store arbitrary
objects. All objects have to share a common superclass and subclasses cannot objects. All objects have to share a common superclass and subclasses cannot
add any additional instance slots.") add any additional instance slots.")
(license license:gpl3)))) (license license:gpl3)))
(define-public emacs-epkg (define-public emacs-epkg
(package (package