[PATCH] gnu: clipmenu: Fix hash.

  • Done
  • quality assurance status badge
Details
3 participants
  • John Soo
  • Leo Famulari
  • Nicolas Goaziou
Owner
unassigned
Submitted by
John Soo
Severity
normal
J
J
John Soo wrote on 19 Apr 2020 05:47
(address . guix-patches@gnu.org)
871roki1bl.fsf@asu.edu
Hi Guix,

I was going to try out clipmenu and found a hash mismatch so I updated
it.

Thanks!

John
From fcbef8a39b7ac6cdc34566be21ccd40a6ade3d1e Mon Sep 17 00:00:00 2001
From: John Soo <jsoo1@asu.edu>
Date: Sat, 18 Apr 2020 20:45:12 -0700
Subject: [PATCH] gnu: clipmenu: Fix hash.

* gnu/packages/xdisorg.scm (clipmenu):[origin] Update hash.
---
gnu/packages/xdisorg.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (15 lines)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 1be52247d3..bc2c9c4622 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -2221,7 +2221,7 @@ tools to complement clipnotify.")
(file-name (git-file-name name version))
(sha256
(base32
- "12vvircdhl4psqi51cnfd6bqy85v2vwfcmdq1mimjgng727nwzys"))))
+ "0053j4i14lz5m2bzc5sch5id5ilr1bl196mp8fp0q8x74w3vavs9"))))
(build-system gnu-build-system)
(arguments
`(#:phases
--
2.26.1
N
N
Nicolas Goaziou wrote on 22 Apr 2020 23:56
(name . John Soo)(address . jsoo1@asu.edu)(address . 40706-done@debbugs.gnu.org)
87v9lrkwvq.fsf@nicolasgoaziou.fr
Hello,

John Soo <jsoo1@asu.edu> writes:

Toggle quote (2 lines)
> Subject: [PATCH] gnu: clipmenu: Fix hash.

Applied. Thank you.

Regards,

--
Nicolas Goaziou
Closed
L
L
Leo Famulari wrote on 22 Apr 2020 23:59
(name . John Soo)(address . jsoo1@asu.edu)(address . 40706@debbugs.gnu.org)
20200422215926.GA2751@jasmine.lan
On Sat, Apr 18, 2020 at 08:47:26PM -0700, John Soo wrote:
Toggle quote (5 lines)
> Hi Guix,
>
> I was going to try out clipmenu and found a hash mismatch so I updated
> it.

Do you still have the old source code around? I'm curious what changed.
J
J
John Soo wrote on 23 Apr 2020 07:41
(name . Leo Famulari)(address . leo@famulari.name)(address . 40706@debbugs.gnu.org)
87k126lpx8.fsf@asu.edu
Hi there,
Leo Famulari <leo@famulari.name> writes:

Toggle quote (2 lines)
> Do you still have the old source code around? I'm curious what changed.

I just looked in my store and I only have the recent checkout, I'm
sorry.

Kindly,

John
N
N
Nicolas Goaziou wrote on 23 Apr 2020 09:46
(name . John Soo)(address . jsoo1@asu.edu)
875zdqlk4y.fsf@nicolasgoaziou.fr
Hello,

Leo Famulari <leo@famulari.name> writes:

Toggle quote (3 lines)
>> Do you still have the old source code around? I'm curious what
>changed.

I don't think anything changed. If I read


correctly, the hash was not correct when it was introduced.

Regards,

--
Nicolas Goaziou
L
L
Leo Famulari wrote on 23 Apr 2020 18:11
(name . Nicolas Goaziou)(address . mail@nicolasgoaziou.fr)
20200423161118.GC29046@jasmine.lan
On Thu, Apr 23, 2020 at 09:46:21AM +0200, Nicolas Goaziou wrote:
Toggle quote (6 lines)
> I don't think anything changed. If I read
>
> http://data.guix.gnu.org/repository/1/branch/master/package/clipmenu
>
> correctly, the hash was not correct when it was introduced.

I think something weird happened in commit 1ace39da78dc0 (gnu:
clipnotify: Update to 6.0.1.):


The commit message refers to clipnotify, but the clipmenu package was
changed.
?