[PATCH] gnu: emacs-denote: Update to 2.3.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • David Wilson
  • Nicolas Goaziou
Owner
unassigned
Submitted by
David Wilson
Severity
normal

Debbugs page

David Wilson wrote 10 months ago
(address . guix-patches@gnu.org)(name . David Wilson)(address . david@daviwil.com)
8fd41f07bcc164a1a18b7e2a31f2cb446707558e.1716359598.git.david@daviwil.com
* gnu/packages/emacs-xyz.scm (emacs-denote): Update source location and bump
version to 2.3.0.

Change-Id: I573db7f285832bf27659b33274e1d592d1c5aa45
---

Hey Guix!

Protesilaos has begun moving his project repositories from SourceHut to GitHub
and it seems that he is no longer pushing new commits to the SourceHut repo for
Denote.

This change updates the repo URL for the emacs-denote package and updates the
version to 2.3.0.

Thanks!

David

gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (28 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index fd145036a0..4ca9eff671 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17725,16 +17725,16 @@ (define-public emacs-log4e
(define-public emacs-denote
(package
(name "emacs-denote")
- (version "2.2.0")
+ (version "2.3.0")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://git.sr.ht/~protesilaos/denote")
+ (url "https://github.com/protesilaos/denote")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0w9r5d0br5hpay13vbx78ak2n0yy8bbwlaxnz4p5ggxiv8g5044q"))))
+ (base32 "03bjnb7si0672ipqh77r6mjp09ryljzqrfy9kq6y9ghpnxwvma6q"))))
(build-system emacs-build-system)
(native-inputs (list texinfo))
(home-page "https://protesilaos.com/emacs/denote/")

base-commit: f1a573067c7157a30e8d5e5b3443fee7fcb8af42
--
2.41.0
Nicolas Goaziou wrote 10 months ago
(name . David Wilson)(address . david@daviwil.com)
87msoi9w1l.fsf@nicolasgoaziou.fr
Hello,

David Wilson <david@daviwil.com> writes:

Toggle quote (3 lines)
> * gnu/packages/emacs-xyz.scm (emacs-denote): Update source location and bump
> version to 2.3.0.

Applied. Thank you.

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 71105@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71105
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help