mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-emacsql: Update to 4.0.3.
* gnu/packages/emacs-xyz.scm (emacs-emacsql): Update to 4.0.3. Change-Id: I6642d1153bb3d27263fe509218115ead95e5852a
This commit is contained in:
parent
e371f28803
commit
3855648330
1 changed files with 2 additions and 2 deletions
|
@ -23765,7 +23765,7 @@ (define-public emacs-finalize
|
||||||
(define-public emacs-emacsql
|
(define-public emacs-emacsql
|
||||||
(package
|
(package
|
||||||
(name "emacs-emacsql")
|
(name "emacs-emacsql")
|
||||||
(version "4.0.1")
|
(version "4.0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -23774,7 +23774,7 @@ (define-public emacs-emacsql
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1d7628rmb5wwvafrn3m3f8z3mb696wklwlcds71j8l5x782wh8hf"))))
|
(base32 "15nmp5dl2a1iyc99wlaywclnqsi2p34vgrp2x62671ccxnvzg8ii"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue