GNU bug report logs -
#77488
[PATCH] gnu: emacs-forge: Update to 0.5.0.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 77488 in the body.
You can then email your comments to 77488 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#77488
; Package
guix-patches
.
(Thu, 03 Apr 2025 12:09:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Cayetano Santos <csantosb <at> inventati.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 03 Apr 2025 12:09:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-forge): Update to 0.5.0.
Change-Id: I188508fd234b2b3081aed11026b4f2a83588febb
---
Update to 5.0, and fixes indentation too.
gnu/packages/emacs-xyz.scm | 79 +++++++++++++++++++-------------------
1 file changed, 40 insertions(+), 39 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e30989cb1e..894ce4efe4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -34284,46 +34284,47 @@ (define-public emacs-transient
(define-public emacs-forge
(package
- (name "emacs-forge")
- (version "0.4.8")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/magit/forge")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "1ps1xwpxhb9vn6bf0wxy8bdba72f973spys0xw1k686swczrb225"))))
- (build-system emacs-build-system)
- (arguments
- `(#:tests? #f ;no tests
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'build-info-manual
- (lambda _
- (invoke "make" "info")
- ;; Move the info file to lisp so that it gets installed by the
- ;; emacs-build-system.
- (rename-file "docs/forge.info" "lisp/forge.info")))
- (add-after 'build-info-manual 'chdir-lisp
- (lambda _
- (chdir "lisp"))))))
- (native-inputs
- (list texinfo))
- (propagated-inputs
- (list emacs-closql
- emacs-emacsql
- emacs-ghub
- emacs-let-alist
- emacs-magit
- emacs-markdown-mode
- emacs-yaml))
- (home-page "https://github.com/magit/forge/")
- (synopsis "Access Git forges from Magit")
- (description "Work with Git forges, such as Github and Gitlab, from the
+ (name "emacs-forge")
+ (version "0.5.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/magit/forge")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "02ks8zc3nqqqqfq2picf0pxsw7wygb5hv9abnva1cv44x091w6zw"))))
+ (build-system emacs-build-system)
+ (arguments
+ `(#:tests? #f ;no tests
+ #:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'build-info-manual
+ (lambda _
+ (invoke "make" "info")
+ ;; Move the info file to lisp so that it gets installed by the
+ ;; emacs-build-system.
+ (rename-file "docs/forge.info" "lisp/forge.info")))
+ (add-after 'build-info-manual 'chdir-lisp
+ (lambda _
+ (chdir "lisp"))))))
+ (native-inputs
+ (list texinfo))
+ (propagated-inputs
+ (list emacs-closql
+ emacs-emacsql
+ emacs-ghub
+ emacs-llama
+ emacs-let-alist
+ emacs-magit
+ emacs-markdown-mode
+ emacs-yaml))
+ (home-page "https://github.com/magit/forge/")
+ (synopsis "Access Git forges from Magit")
+ (description "Work with Git forges, such as Github and Gitlab, from the
comfort of Magit and the rest of Emacs.")
- (license license:gpl3+)))
+ (license license:gpl3+)))
(define-public emacs-matcha
(let ((commit "dc4a940b3360aadeb2d9eaab7bd0c85e1e85ab76"))
base-commit: c6d27c20f4685a9ac1299974f6ace42ae29f474d
--
2.49.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77488
; Package
guix-patches
.
(Sat, 05 Apr 2025 18:57:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 77488 <at> debbugs.gnu.org (full text, mbox):
Hi Cayetano,
Pushed as 86e8c179da.
Thanks,
-- Ian
bug closed, send any further explanations to
77488 <at> debbugs.gnu.org and Cayetano Santos <csantosb <at> inventati.org>
Request was from
Ian Eure <ian <at> retrospec.tv>
to
control <at> debbugs.gnu.org
.
(Sat, 05 Apr 2025 18:57:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 04 May 2025 11:24:35 GMT)
Full text and
rfc822 format available.
This bug report was last modified 12 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.