me
/
guix
Archived
1
0
Fork 0

gnu: emacs-closql: Update to 1.0.0-1.70b98db.

* gnu/packages/emacs-xyz.scm (emacs-closql): Update to 1.0.0-1.70b98db.
master
Oleg Pykhalov 2019-10-05 20:42:48 +03:00
parent 2485f17256
commit 735a972eae
No known key found for this signature in database
GPG Key ID: 167F8EA5001AFA9C
1 changed files with 23 additions and 21 deletions

View File

@ -11503,19 +11503,21 @@ object @code{nil} corresponds 1:1 with @code{NULL} in the database.")
(license license:gpl3+)))
(define-public emacs-closql
;; Take a commit newer than 1.0.0 release because of Emacs upgrade to 26.3.
(let ((commit "70b98dbae53611d10a461d9b4a6f71086910dcef"))
(package
(name "emacs-closql")
(version "1.0.0")
(version (git-version "1.0.0" "1" commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/emacscollective/closql.git")
(commit (string-append "v" version))))
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"1xhpfjjkjqfc1k2rj77cscclz5r7gpvv3hi202x178vdcpipjwar"))))
"1wvhrihg663f61yzc7f0vha2abjdnlwbk0gjcwakdfk1bhwf5ikh"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-emacsql" ,emacs-emacsql)))
@ -11527,7 +11529,7 @@ database. SQLite is used as backend. This library imposes some restrictions
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
add any additional instance slots.")
(license license:gpl3)))
(license license:gpl3))))
(define-public emacs-epkg
;; The release version is to old for the current database scheme.