guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#41452] [PATCH] gnu: sbcl-pass: Update to revision 920f8fc


From: Oleg Pykhalov
Subject: [bug#41452] [PATCH] gnu: sbcl-pass: Update to revision 920f8fc
Date: Sat, 23 May 2020 09:36:00 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hi,

Marcin Karpezo <address@hidden> writes:

> ---
>  gnu/packages/wm.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
> index 1151b8115d..1d8b6d603e 100644
> --- a/gnu/packages/wm.scm
> +++ b/gnu/packages/wm.scm
> @@ -1732,7 +1732,7 @@ rendering.")
>        (license (list license:gpl2+ license:gpl3+ license:bsd-2)))))
>  
>  (define-public sbcl-stumpwm-pass
> -  (let ((commit "dd5b037923ec7d3cc27c55806bcec5a1b8cf4e91")
> +  (let ((commit "920f8fc1488f7953f205e1dda4c2ecbbbda56d63")
>          (revision "1"))
>      (package
>        (name "sbcl-pass")

You need to update the sha256, otherwise you will use dd5b0379… if you
have it in a store.  I usually change ony character in sha256 hash, so
Guix will redownload and complain with a right hash.

Also, could you please update other packages with dd5b0379… commit and
send them to address@hidden?
--8<---------------cut here---------------start------------->8---
./gnu/packages/wm.scm
1663-(define-public stumpish
1664:  (let ((commit "dd5b037923ec7d3cc27c55806bcec5a1b8cf4e91")
--
1703-(define-public sbcl-stumpwm-ttf-fonts
1704:  (let ((commit "dd5b037923ec7d3cc27c55806bcec5a1b8cf4e91")
--
1734-(define-public sbcl-stumpwm-pass
1735:  (let ((commit "dd5b037923ec7d3cc27c55806bcec5a1b8cf4e91")
--
1764-(define-public sbcl-stumpwm-globalwindows
1765:  (let ((commit "dd5b037923ec7d3cc27c55806bcec5a1b8cf4e91")
--
1794-(define-public sbcl-stumpwm-swm-gaps
1795:  (let ((commit "dd5b037923ec7d3cc27c55806bcec5a1b8cf4e91")

./gnu/packages/emacs-xyz.scm
15410-(define-public emacs-stumpwm-mode
15411:  (let ((commit "dd5b037923ec7d3cc27c55806bcec5a1b8cf4e91")
--8<---------------cut here---------------end--------------->8---

Thanks,
Oleg.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]