mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: emacs-string-inflection: Update to 1.0.12.
* gnu/packages/emacs-xyz.scm (emacs-string-inflection): Update to 1.0.12.
This commit is contained in:
parent
703777534c
commit
66fc803a77
1 changed files with 3 additions and 3 deletions
|
@ -4188,16 +4188,16 @@ (define-public emacs-standard-dirs
|
||||||
(define-public emacs-string-inflection
|
(define-public emacs-string-inflection
|
||||||
(package
|
(package
|
||||||
(name "emacs-string-inflection")
|
(name "emacs-string-inflection")
|
||||||
(version "1.0.6")
|
(version "1.0.12")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/akicho8/string-inflection")
|
(url "https://github.com/akicho8/string-inflection")
|
||||||
(commit "a150e7bdda60b7824d3a936750ce23f73b0e4edd")))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1k0sm552iawi49v4zis6dbb81d1rzgky9v0dpv7nj31gnb7bmy7k"))))
|
"0f3nkfdpngax4zfw75jca2wywwh31ha6ywddh4125lbxi3y6m7s9"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ert-runner" ,emacs-ert-runner)))
|
`(("ert-runner" ,emacs-ert-runner)))
|
||||||
|
|
Loading…
Reference in a new issue