mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: emacs-string-inflection: Update to 1.0.16.
* gnu/packages/emacs-xyz.scm (emacs-string-inflection): Update to 1.0.16.
This commit is contained in:
parent
c5ef0f4174
commit
a640ee7da3
1 changed files with 2 additions and 2 deletions
|
@ -4943,7 +4943,7 @@ (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.15")
|
(version "1.0.16")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -4952,7 +4952,7 @@ (define-public emacs-string-inflection
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"194pd3g9ws72n3wy1b2pxgj3w20p1v8gn47gqg89mym9ps5hfjyv"))))
|
"0wskrp3v5gi3b3s9471ijkdncnfd888qd50c72rv2p8846174paj"))))
|
||||||
(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