diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-09-14 08:33:14 +0200 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-09-14 08:33:14 +0200 |
| commit | 4b48d1c4eaf9b64a0b4cb2e1181c984003da05b8 (patch) | |
| tree | 8304e358ced844c94cee63debd29434a1de8b59c /gnu | |
| parent | 33d2574d77f36e05065b5fd70cbbd9eb1fa128f3 (diff) | |
gnu: emacs-string-inflection: Update to 1.0.15.
* gnu/packages/emacs-xyz.scm (emacs-string-inflection): Update to 1.0.15.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 9af60a8c5f7..83770ba5422 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -4943,7 +4943,7 @@ configuration, cache, and other data.") | |||
| 4943 | (define-public emacs-string-inflection | 4943 | (define-public emacs-string-inflection |
| 4944 | (package | 4944 | (package |
| 4945 | (name "emacs-string-inflection") | 4945 | (name "emacs-string-inflection") |
| 4946 | (version "1.0.14") | 4946 | (version "1.0.15") |
| 4947 | (source (origin | 4947 | (source (origin |
| 4948 | (method git-fetch) | 4948 | (method git-fetch) |
| 4949 | (uri (git-reference | 4949 | (uri (git-reference |
| @@ -4952,7 +4952,7 @@ configuration, cache, and other data.") | |||
| 4952 | (file-name (git-file-name name version)) | 4952 | (file-name (git-file-name name version)) |
| 4953 | (sha256 | 4953 | (sha256 |
| 4954 | (base32 | 4954 | (base32 |
| 4955 | "0g4lm384380q03pdspqzv8rb2gppb77m354r0xzw71340w8xh3hd")))) | 4955 | "194pd3g9ws72n3wy1b2pxgj3w20p1v8gn47gqg89mym9ps5hfjyv")))) |
| 4956 | (build-system emacs-build-system) | 4956 | (build-system emacs-build-system) |
| 4957 | (native-inputs | 4957 | (native-inputs |
| 4958 | `(("ert-runner" ,emacs-ert-runner))) | 4958 | `(("ert-runner" ,emacs-ert-runner))) |
