unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#52390] [PATCH] dunst 1.7.3
@ 2021-12-09 14:02 gyara
  2021-12-11 13:19 ` Guillaume Le Vaillant
  0 siblings, 1 reply; 4+ messages in thread
From: gyara @ 2021-12-09 14:02 UTC (permalink / raw)
  To: 52390; +Cc: gyara

---

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





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

* [bug#52390] [PATCH] dunst 1.7.3
  2021-12-09 14:02 [bug#52390] [PATCH] dunst 1.7.3 gyara
@ 2021-12-11 13:19 ` Guillaume Le Vaillant
  2021-12-11 13:56   ` ギャラ
  0 siblings, 1 reply; 4+ messages in thread
From: Guillaume Le Vaillant @ 2021-12-11 13:19 UTC (permalink / raw)
  To: gyara; +Cc: 52390

[-- Attachment #1: Type: text/plain, Size: 1685 bytes --]

gyara <me@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?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

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

* [bug#52390] [PATCH] dunst 1.7.3
  2021-12-11 13:19 ` Guillaume Le Vaillant
@ 2021-12-11 13:56   ` ギャラ
  2021-12-12  9:25     ` bug#52390: " Guillaume Le Vaillant
  0 siblings, 1 reply; 4+ messages in thread
From: ギャラ @ 2021-12-11 13:56 UTC (permalink / raw)
  To: 52390; +Cc: Guillaume Le Vaillant


[-- Attachment #1.1.1: Type: text/plain, Size: 2006 bytes --]

On 12/11/21 22:19, Guillaume Le Vaillant wrote:
> gyara <me@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

-- 
ギャラです。

[-- Attachment #1.1.2: 0001-update-dunst-to-v1.7.3.patch --]
[-- Type: text/x-patch, Size: 1081 bytes --]

From 0d50d89c4cb35c8ef51116dc36044a493d4bd274 Mon Sep 17 00:00:00 2001
From: gyara <me@gyara.moe>
Date: Sat, 11 Dec 2021 22:51:07 +0900
Subject: [PATCH] update dunst to v1.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..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


[-- Attachment #1.1.3: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 6583 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

* bug#52390: [PATCH] dunst 1.7.3
  2021-12-11 13:56   ` ギャラ
@ 2021-12-12  9:25     ` Guillaume Le Vaillant
  0 siblings, 0 replies; 4+ messages in thread
From: Guillaume Le Vaillant @ 2021-12-12  9:25 UTC (permalink / raw)
  To: ギャラ; +Cc: 52390-done

[-- Attachment #1: Type: text/plain, Size: 97 bytes --]

Patch pushed as 8778ff2aec128a4d2f94b6ca383c11bda69ef077 with a complete
commit message.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

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

end of thread, other threads:[~2021-12-12  9:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-09 14:02 [bug#52390] [PATCH] dunst 1.7.3 gyara
2021-12-11 13:19 ` Guillaume Le Vaillant
2021-12-11 13:56   ` ギャラ
2021-12-12  9:25     ` bug#52390: " Guillaume Le Vaillant

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).