all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ahmad Draidi via Guix-patches via <guix-patches@gnu.org>
To: 64599@debbugs.gnu.org
Cc: Ahmad Draidi <a.r.draidi@redscript.org>,
	Andrew Tropin <andrew@trop.in>,
	Liliana Marie Prikler <liliana.prikler@gmail.com>
Subject: [bug#64599] [PATCH] gnu: emacs-no-littering: Update to 1.5.0.
Date: Thu, 13 Jul 2023 21:42:49 +0400	[thread overview]
Message-ID: <1e43aac76bfd1d79ec1112a83ab9f8d9ef7fb8f6.1689270169.git.a.r.draidi@redscript.org> (raw)

* gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.5.0.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 480096fb50..d00a85fac2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -34208,7 +34208,7 @@ (define-public emacs-dmenu
 (define-public emacs-no-littering
   (package
     (name "emacs-no-littering")
-    (version "1.4.0")
+    (version "1.5.0")
     (source
      (origin
        (method git-fetch)
@@ -34217,7 +34217,7 @@ (define-public emacs-no-littering
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1i5fcci8fg14hbd4cjb84q3mx6rfwhbwkw0g21v25dal61kw4yvb"))))
+        (base32 "14f07irjbk3akc07a0y5awyflmhsxvj8gg67y81zp90danjkgvvr"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-compat))

base-commit: ff208b4b629a15ce0b72555db1cda9fcb7eec1c9
-- 
2.41.0





             reply	other threads:[~2023-07-13 17:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-13 17:42 Ahmad Draidi via Guix-patches via [this message]
2023-07-21 14:20 ` bug#64599: [PATCH] gnu: emacs-no-littering: Update to 1.5.0 Andrew Tropin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1e43aac76bfd1d79ec1112a83ab9f8d9ef7fb8f6.1689270169.git.a.r.draidi@redscript.org \
    --to=guix-patches@gnu.org \
    --cc=64599@debbugs.gnu.org \
    --cc=a.r.draidi@redscript.org \
    --cc=andrew@trop.in \
    --cc=liliana.prikler@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.