[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

Debbugs page

John Soo wrote 5 years ago
(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
Nicolas Goaziou wrote 5 years ago
(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
Leo Famulari wrote 5 years ago
(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.
John Soo wrote 5 years ago
(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
Nicolas Goaziou wrote 5 years ago
(name . John Soo)(address . jsoo1@asu.edu)(address . 40706@debbugs.gnu.org)(name . Leo Famulari)(address . leo@famulari.name)
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
Leo Famulari wrote 5 years ago
(name . Nicolas Goaziou)(address . mail@nicolasgoaziou.fr)(address . 40706@debbugs.gnu.org)(name . Marius Bakke)(address . mbakke@fastmail.com)(name . John Soo)(address . jsoo1@asu.edu)
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.
?
Your comment

This issue is archived.

To comment on this conversation send an email to 40706@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 40706
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help