unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#57817] [PATCH] gnu: eless: Update to 0.7.
@ 2022-09-15  5:17 kiasoc5 via Guix-patches via
  2022-09-15  7:40 ` bug#57817: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-09-15  5:17 UTC (permalink / raw)
  To: 57817; +Cc: kiasoc5

* gnu/packages/emacs-xyz.scm (eless): Update to 0.7.
---
 gnu/packages/emacs-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3311e973e6..02c93f0fa3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17660,16 +17660,17 @@ (define-public emacs-polymode-org
 (define-public eless
   (package
     (name "eless")
-    (version "0.6")
+    (version "0.7")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/kaushalmodi/eless")
-             (commit (string-append "v" version))))
+             ; no upstream tag
+             (commit "2ee16ce79ef994bb62acc1db8a48d8ae68cf9dd6")))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1xif339wsc79hsab3l1nnwvy20jg7s1r4akfj4qqi6qxizfhmb52"))))
+        (base32 "01gpzg35v972ik4bimcyhqabjca6sjj41kw2i15xj1k33p4sjqpf"))))
     (build-system copy-build-system)
     (inputs
      (list bash emacs))

base-commit: 839950c4a9925bf3d7108cb8533be37b185fb8bd
-- 
2.37.3





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57817: [PATCH] gnu: eless: Update to 0.7.
  2022-09-15  5:17 [bug#57817] [PATCH] gnu: eless: Update to 0.7 kiasoc5 via Guix-patches via
@ 2022-09-15  7:40 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2022-09-15  7:40 UTC (permalink / raw)
  To: kiasoc5; +Cc: 57817-done

kiasoc5 <kiasoc5@disroot.org> writes:

> * gnu/packages/emacs-xyz.scm (eless): Update to 0.7.

Applied with the use of version tag for git (since it still works),
thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-15  7:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-15  5:17 [bug#57817] [PATCH] gnu: eless: Update to 0.7 kiasoc5 via Guix-patches via
2022-09-15  7:40 ` bug#57817: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).