GNU bug report logs -
#52390
[PATCH] dunst 1.7.3
Previous Next
Reported by: gyara <me <at> gyara.moe>
Date: Thu, 9 Dec 2021 14:46:01 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.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 52390 in the body.
You can then email your comments to 52390 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#52390
; Package
guix-patches
.
(Thu, 09 Dec 2021 14:46:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
gyara <me <at> gyara.moe>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 09 Dec 2021 14:46:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
---
This patch try update dunst to 1.7.3.
gnu/packages/dunst.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/dunst.scm b/gnu/packages/dunst.scm
index 908999eb04..aa601df22e 100644
--- a/gnu/packages/dunst.scm
+++ b/gnu/packages/dunst.scm
@@ -39,7 +39,7 @@ (define-module (gnu packages dunst)
(define-public dunst
(package
(name "dunst")
- (version "1.7.1")
+ (version "1.7.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -48,7 +48,7 @@ (define-public dunst
(file-name (git-file-name name version))
(sha256
(base32
- "0v15fhwzcg7zfn092sry0f4qb6dccz9bb312y9dadg745wf3n9qw"))))
+ "148a6913xxavzlm6rivaycxwj0v0d5k5rpkiqnm1s6cq5hmfgmkv"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no check target
--
2.34.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#52390
; Package
guix-patches
.
(Sat, 11 Dec 2021 13:25:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 52390 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
gyara <me <at> gyara.moe> skribis:
> This patch try update dunst to 1.7.3.
>
> gnu/packages/dunst.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/dunst.scm b/gnu/packages/dunst.scm
> index 908999eb04..aa601df22e 100644
> --- a/gnu/packages/dunst.scm
> +++ b/gnu/packages/dunst.scm
> @@ -39,7 +39,7 @@ (define-module (gnu packages dunst)
> (define-public dunst
> (package
> (name "dunst")
> - (version "1.7.1")
> + (version "1.7.3")
> (source (origin
> (method git-fetch)
> (uri (git-reference
> @@ -48,7 +48,7 @@ (define-public dunst
> (file-name (git-file-name name version))
> (sha256
> (base32
> - "0v15fhwzcg7zfn092sry0f4qb6dccz9bb312y9dadg745wf3n9qw"))))
> + "148a6913xxavzlm6rivaycxwj0v0d5k5rpkiqnm1s6cq5hmfgmkv"))))
> (build-system gnu-build-system)
> (arguments
> `(#:tests? #f ; no check target
I get a different hash:
--8<---------------cut here---------------start------------->8---
HEAD is now at c8c415a Dunst v1.7.3
r:sha256 hash mismatch for /gnu/store/w6naaj5dqxy54m55bjkbpdmkfn1gil2g-dunst-1.7.3-checkout:
expected hash: 148a6913xxavzlm6rivaycxwj0v0d5k5rpkiqnm1s6cq5hmfgmkv
actual hash: 1ra0ii805w3rrs0qqbjxzl6i79ksz42lnvbglw18h4igkza21kzj
hash mismatch for store item '/gnu/store/w6naaj5dqxy54m55bjkbpdmkfn1gil2g-dunst-1.7.3-checkout'
--8<---------------cut here---------------end--------------->8---
Maybe there was some history rewriting in the repository. Could you
check is everything is fine with the current repository and send an
updated patch?
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#52390
; Package
guix-patches
.
(Sat, 11 Dec 2021 13:58:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 52390 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On 12/11/21 22:19, Guillaume Le Vaillant wrote:
> gyara <me <at> gyara.moe> skribis:
>
>> This patch try update dunst to 1.7.3.
>> ...
>> `(#:tests? #f ; no check target
>
> I get a different hash:
>
> --8<---------------cut here---------------start------------->8---
> HEAD is now at c8c415a Dunst v1.7.3
> r:sha256 hash mismatch for /gnu/store/w6naaj5dqxy54m55bjkbpdmkfn1gil2g-dunst-1.7.3-checkout:
> expected hash: 148a6913xxavzlm6rivaycxwj0v0d5k5rpkiqnm1s6cq5hmfgmkv
> actual hash: 1ra0ii805w3rrs0qqbjxzl6i79ksz42lnvbglw18h4igkza21kzj
> hash mismatch for store item '/gnu/store/w6naaj5dqxy54m55bjkbpdmkfn1gil2g-dunst-1.7.3-checkout'
> --8<---------------cut here---------------end--------------->8---
>
> Maybe there was some history rewriting in the repository. Could you
> check is everything is fine with the current repository and send an
> updated patch?
Thanks for your review! I'm not quite sure why have I sent the wrong
hash… And the updated patch is here.
---
gnu/packages/dunst.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/dunst.scm b/gnu/packages/dunst.scm
index 908999eb04..250840415e 100644
--- a/gnu/packages/dunst.scm
+++ b/gnu/packages/dunst.scm
@@ -39,7 +39,7 @@ (define-module (gnu packages dunst)
(define-public dunst
(package
(name "dunst")
- (version "1.7.1")
+ (version "1.7.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -48,7 +48,7 @@ (define-public dunst
(file-name (git-file-name name version))
(sha256
(base32
- "0v15fhwzcg7zfn092sry0f4qb6dccz9bb312y9dadg745wf3n9qw"))))
+ "1ra0ii805w3rrs0qqbjxzl6i79ksz42lnvbglw18h4igkza21kzj"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no check target
--
2.34.1
--
ギャラです。
[0001-update-dunst-to-v1.7.3.patch (text/x-patch, attachment)]
[OpenPGP_0x686F3411A9823621_and_old_rev.asc (application/pgp-keys, attachment)]
[OpenPGP_signature (application/pgp-signature, attachment)]
Reply sent
to
Guillaume Le Vaillant <glv <at> posteo.net>
:
You have taken responsibility.
(Sun, 12 Dec 2021 09:27:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
gyara <me <at> gyara.moe>
:
bug acknowledged by developer.
(Sun, 12 Dec 2021 09:27:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 52390-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Patch pushed as 8778ff2aec128a4d2f94b6ca383c11bda69ef077 with a complete
commit message.
Thanks.
[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
.
(Sun, 09 Jan 2022 12:24:10 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 160 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.