diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-06-18 11:03:45 +0200 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-06-18 11:03:45 +0200 |
| commit | eab1e95fbc4fa30307068653a59df005a6086f9e (patch) | |
| tree | 994a53c6e75a6e41f78ade81a625ae95252045a8 /gnu | |
| parent | 31c86c9f2e328c9fb015a91f097d11c9dd3bf1d3 (diff) | |
gnu: emacs-forge: Update to 0.2.1.
* gnu/packages/emacs-xyz.scm (emacs-forge): Update to 0.2.1.
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 917441c73b5..cbf6bbd8216 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -23389,7 +23389,7 @@ commands (a prefix and a suffix) we prefer to call it just a \"transient\".") | |||
| 23389 | (define-public emacs-forge | 23389 | (define-public emacs-forge |
| 23390 | (package | 23390 | (package |
| 23391 | (name "emacs-forge") | 23391 | (name "emacs-forge") |
| 23392 | (version "0.2.0") | 23392 | (version "0.2.1") |
| 23393 | (source | 23393 | (source |
| 23394 | (origin | 23394 | (origin |
| 23395 | (method git-fetch) | 23395 | (method git-fetch) |
| @@ -23399,7 +23399,7 @@ commands (a prefix and a suffix) we prefer to call it just a \"transient\".") | |||
| 23399 | (file-name (git-file-name name version)) | 23399 | (file-name (git-file-name name version)) |
| 23400 | (sha256 | 23400 | (sha256 |
| 23401 | (base32 | 23401 | (base32 |
| 23402 | "139pndj9l9aifnvv2ak5zwf5gzwhp3m6dfpw1avf4vkh1zywzwa0")))) | 23402 | "0j28vc0q1h36pk0y2nidnlsc2y7n0vpfrd8civiv1zp8z0jwfyc9")))) |
| 23403 | (build-system emacs-build-system) | 23403 | (build-system emacs-build-system) |
| 23404 | (native-inputs | 23404 | (native-inputs |
| 23405 | `(("texinfo" ,texinfo))) | 23405 | `(("texinfo" ,texinfo))) |
