gnu: emacs-emacsql: Update to 3.1.1.
* gnu/packages/emacs-xyz.scm (emacs-emacsql): Update to 3.1.1.
This commit is contained in:
parent
21b698c503
commit
ab56022c4e
1 changed files with 2 additions and 2 deletions
|
@ -19146,7 +19146,7 @@ object has been freed.")
|
||||||
(define-public emacs-emacsql
|
(define-public emacs-emacsql
|
||||||
(package
|
(package
|
||||||
(name "emacs-emacsql")
|
(name "emacs-emacsql")
|
||||||
(version "3.1.0")
|
(version "3.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -19155,7 +19155,7 @@ object has been freed.")
|
||||||
(commit (string-append version))))
|
(commit (string-append version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1iibfb5l94i8p5kqb54wxpbsflh3v7d36kfn34pg16839hs54410"))))
|
(base32 "1xpmji2qgr9r38cdhws65x9s9jy7fk93q8g1j2fm7j8kcfjh9x3g"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in a new issue