diff mbox series

[bug#40706] gnu: clipmenu: Fix hash.

Message ID 871roki1bl.fsf@asu.edu
State Accepted
Headers show
Series [bug#40706] gnu: clipmenu: Fix hash. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job

Commit Message

John Soo April 19, 2020, 3:47 a.m. UTC
Hi Guix,

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

Thanks!

John

Comments

Nicolas Goaziou April 22, 2020, 9:56 p.m. UTC | #1
Hello,

John Soo <jsoo1@asu.edu> writes:

> Subject: [PATCH] gnu: clipmenu: Fix hash.

Applied. Thank you.

Regards,
Leo Famulari April 22, 2020, 9:59 p.m. UTC | #2
On Sat, Apr 18, 2020 at 08:47:26PM -0700, John Soo wrote:
> 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 April 23, 2020, 5:41 a.m. UTC | #3
Hi there,
Leo Famulari <leo@famulari.name> writes:

> 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 April 23, 2020, 7:46 a.m. UTC | #4
Hello,

Leo Famulari <leo@famulari.name> writes:

>> Do you still have the old source code around? I'm curious what
>changed.

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.

Regards,
Leo Famulari April 23, 2020, 4:11 p.m. UTC | #5
On Thu, Apr 23, 2020 at 09:46:21AM +0200, Nicolas Goaziou wrote:
> 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.):

https://git.savannah.gnu.org/cgit/guix.git/commit/?id=1ace39da78dc076f60542ad7729a29f2f6760076

The commit message refers to clipnotify, but the clipmenu package was
changed.
diff mbox series

Patch

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

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