gnu: emacs-ac-php: Update to 2.6.0.
* gnu/packages/emacs-xyz.scm (emacs-ac-php): Update to 2.6.0. Change-Id: Ie53b2ec1a96b35f3a720378e2e5625d95f32a8e1master
parent
059c9ed104
commit
d56c7fba42
|
@ -313,7 +313,7 @@
|
||||||
(define-public emacs-ac-php
|
(define-public emacs-ac-php
|
||||||
(package
|
(package
|
||||||
(name "emacs-ac-php")
|
(name "emacs-ac-php")
|
||||||
(version "2.5.0")
|
(version "2.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -322,7 +322,7 @@
|
||||||
(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 "0fmp1595v06dgmx9skxphknaagf9ds9l7ygi7lzxas1s8d05dj10"))))
|
(base32 "1xz86cjsjm72b0rm50fr2z82rcllhczsd4jr5rnp2clbind5w697"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in New Issue