mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -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
|
||||
(package
|
||||
(name "emacs-string-inflection")
|
||||
(version "1.0.15")
|
||||
(version "1.0.16")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -4952,7 +4952,7 @@ (define-public emacs-string-inflection
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"194pd3g9ws72n3wy1b2pxgj3w20p1v8gn47gqg89mym9ps5hfjyv"))))
|
||||
"0wskrp3v5gi3b3s9471ijkdncnfd888qd50c72rv2p8846174paj"))))
|
||||
(build-system emacs-build-system)
|
||||
(native-inputs
|
||||
`(("ert-runner" ,emacs-ert-runner)))
|
||||
|
|
Loading…
Reference in a new issue