GNU bug report logs -
#40512
[PATCH] gnu: emacsy-minimal: Update to v0.4.1-28.d459ca1.
Previous Next
Reported by: Mike Rosset <mike.rosset <at> gmail.com>
Date: Wed, 8 Apr 2020 18:18:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 40512 in the body.
You can then email your comments to 40512 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#40512
; Package
guix-patches
.
(Wed, 08 Apr 2020 18:18:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Mike Rosset <mike.rosset <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 08 Apr 2020 18:18:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/guile-xyz.scm (emacsy-minimal): Update to v0.4.1-28.d459ca1.
---
gnu/packages/guile-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index a86a3f77ef..ee852d62a9 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2680,11 +2680,11 @@ in C using Gtk+-3 and WebKitGtk.")
(license license:gpl3+)))
(define-public emacsy-minimal
- (let ((commit "f3bf0dbd803d7805b6ae8303253507ad13922293"))
+ (let ((commit "d459ca1d3d09e7624e662bc4cfc3596850796fc6"))
(package
(inherit emacsy)
(name "emacsy-minimal")
- (version (git-version "v0.4.1" "19" commit))
+ (version (git-version "v0.4.1" "28" commit))
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2693,7 +2693,7 @@ in C using Gtk+-3 and WebKitGtk.")
(file-name (git-file-name name version))
(sha256
(base32
- "0ivy28km1p7nlrf63xx3hvrpxf5ld5amk1wcan3k7sqv1kq9mqdb"))))
+ "1ps15w8cxj9kc18gmvys9jv9xa1qqa7m43ismv34l3cmhddrn0sr"))))
(build-system gnu-build-system)
(inputs
`(("guile" ,guile-2.2)
--
2.26.0
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Wed, 15 Apr 2020 08:27:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Mike Rosset <mike.rosset <at> gmail.com>
:
bug acknowledged by developer.
(Wed, 15 Apr 2020 08:27:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 40512-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Mike Rosset <mike.rosset <at> gmail.com> writes:
> * gnu/packages/guile-xyz.scm (emacsy-minimal): Update to v0.4.1-28.d459ca1.
> ---
> gnu/packages/guile-xyz.scm | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
> index a86a3f77ef..ee852d62a9 100644
> --- a/gnu/packages/guile-xyz.scm
> +++ b/gnu/packages/guile-xyz.scm
> @@ -2680,11 +2680,11 @@ in C using Gtk+-3 and WebKitGtk.")
> (license license:gpl3+)))
>
> (define-public emacsy-minimal
> - (let ((commit "f3bf0dbd803d7805b6ae8303253507ad13922293"))
> + (let ((commit "d459ca1d3d09e7624e662bc4cfc3596850796fc6"))
> (package
> (inherit emacsy)
> (name "emacsy-minimal")
> - (version (git-version "v0.4.1" "19" commit))
> + (version (git-version "v0.4.1" "28" commit))
> (source (origin
> (method git-fetch)
> (uri (git-reference
> @@ -2693,7 +2693,7 @@ in C using Gtk+-3 and WebKitGtk.")
> (file-name (git-file-name name version))
> (sha256
> (base32
> - "0ivy28km1p7nlrf63xx3hvrpxf5ld5amk1wcan3k7sqv1kq9mqdb"))))
> + "1ps15w8cxj9kc18gmvys9jv9xa1qqa7m43ismv34l3cmhddrn0sr"))))
> (build-system gnu-build-system)
> (inputs
> `(("guile" ,guile-2.2)
I've gone ahead and pushed this to master as
2708ae3d69b54d8323ca84fd9a7fb108a6ee96ba.
Thanks,
Chris
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 13 May 2020 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 5 years and 122 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.