unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#41452] [PATCH] gnu: sbcl-pass: Update to revision 920f8fc
@ 2020-05-22  9:46 Marcin Karpezo
  2020-05-23  6:36 ` Oleg Pykhalov
  2020-05-25 17:44 ` [bug#41452] [PATCH v2 1/6] gnu: stumpish: Update to 0.0.1-2.920f8fc Marcin Karpezo
  0 siblings, 2 replies; 11+ messages in thread
From: Marcin Karpezo @ 2020-05-22  9:46 UTC (permalink / raw)
  To: 41452; +Cc: Marcin Karpezo

---
 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")
-- 
2.26.2





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

* [bug#41452] [PATCH] gnu: sbcl-pass: Update to revision 920f8fc
  2020-05-22  9:46 [bug#41452] [PATCH] gnu: sbcl-pass: Update to revision 920f8fc Marcin Karpezo
@ 2020-05-23  6:36 ` Oleg Pykhalov
  2020-05-23 12:24   ` Tobias Geerinckx-Rice via Guix-patches via
  2020-05-25 17:44 ` [bug#41452] [PATCH v2 1/6] gnu: stumpish: Update to 0.0.1-2.920f8fc Marcin Karpezo
  1 sibling, 1 reply; 11+ messages in thread
From: Oleg Pykhalov @ 2020-05-23  6:36 UTC (permalink / raw)
  To: Marcin Karpezo; +Cc: 41452

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

Hi,

Marcin Karpezo <sirmacik@wioo.waw.pl> 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 41452@debbugs.gnu.org?
--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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

* [bug#41452] [PATCH] gnu: sbcl-pass: Update to revision 920f8fc
  2020-05-23  6:36 ` Oleg Pykhalov
@ 2020-05-23 12:24   ` Tobias Geerinckx-Rice via Guix-patches via
  2020-05-25 17:54     ` sirmacik
  0 siblings, 1 reply; 11+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2020-05-23 12:24 UTC (permalink / raw)
  To: Marcin Karpezo; +Cc: Oleg Pykhalov, 41452

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

Oleg Pykhalov 写道:
>>  (define-public sbcl-stumpwm-pass
>> -  (let ((commit "dd5b037923ec7d3cc27c55806bcec5a1b8cf4e91")
>> +  (let ((commit "920f8fc1488f7953f205e1dda4c2ecbbbda56d63")
>>          (revision "1"))

Please also increment the revision field for each package when 
applying Oleg's changes.  Update each package in a separate 
commit.

> Update to revision 920f8fc
            ^^^^^^^^
‘Commit’, but even better is to use the full version:

  gnu: sbcl-pass: Update to 0.0.1-2.920f8fc.

Thanks!

T G-R

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

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

* [bug#41452] [PATCH v2 1/6]  gnu: stumpish: Update to 0.0.1-2.920f8fc
  2020-05-22  9:46 [bug#41452] [PATCH] gnu: sbcl-pass: Update to revision 920f8fc Marcin Karpezo
  2020-05-23  6:36 ` Oleg Pykhalov
@ 2020-05-25 17:44 ` Marcin Karpezo
  2020-05-25 17:44   ` [bug#41452] [PATCH v2 2/6] gnu: sbcl-ttf-fonts: " Marcin Karpezo
                     ` (5 more replies)
  1 sibling, 6 replies; 11+ messages in thread
From: Marcin Karpezo @ 2020-05-25 17:44 UTC (permalink / raw)
  To: 41452; +Cc: Marcin Karpezo

---
 gnu/packages/wm.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index f9db2dbe4d..b4d6fe74c1 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1661,8 +1661,8 @@ productive, customizable lisp based systems.")
            (delete 'create-symlinks)))))))
 
 (define-public stumpish
-  (let ((commit "dd5b037923ec7d3cc27c55806bcec5a1b8cf4e91")
-        (revision "1"))
+  (let ((commit "920f8fc1488f7953f205e1dda4c2ecbbbda56d6")
+        (revision "2"))
     (package
       (name "stumpish")
       (version (git-version "0.0.1" revision commit)) ;no upstream release
@@ -1674,7 +1674,7 @@ productive, customizable lisp based systems.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0ahxdj9f884afpzxczx6mx7l4nwg4kw6afqaq7lwhf7lxcwylldn"))))
+          (base32 "0giac390bq95ag41xkxqp8jjrhfx1wpgglz7jg5rkm0wjhcwmyml"))))
       (inputs
        `(("bash" ,bash)
          ("rlwrap" ,rlwrap)))
-- 
2.26.2





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

* [bug#41452] [PATCH v2 2/6] gnu: sbcl-ttf-fonts: Update to 0.0.1-2.920f8fc.
  2020-05-25 17:44 ` [bug#41452] [PATCH v2 1/6] gnu: stumpish: Update to 0.0.1-2.920f8fc Marcin Karpezo
@ 2020-05-25 17:44   ` Marcin Karpezo
  2020-05-25 17:44   ` [bug#41452] [PATCH v2 3/6] gnu: sbcl-pass: " Marcin Karpezo
                     ` (4 subsequent siblings)
  5 siblings, 0 replies; 11+ messages in thread
From: Marcin Karpezo @ 2020-05-25 17:44 UTC (permalink / raw)
  To: 41452; +Cc: Marcin Karpezo

---
 gnu/packages/wm.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index b4d6fe74c1..a2b788e276 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1701,8 +1701,8 @@ productive, customizable lisp based systems.")
   (deprecated-package "sbcl-stumpwm-with-slynk" stumpwm+slynk))
 
 (define-public sbcl-stumpwm-ttf-fonts
-  (let ((commit "dd5b037923ec7d3cc27c55806bcec5a1b8cf4e91")
-        (revision "1"))
+  (let ((commit "920f8fc1488f7953f205e1dda4c2ecbbbda56d6")
+        (revision "2"))
     (package
       (name "sbcl-ttf-fonts")
       (version (git-version "0.0.1" revision commit)) ;no upstream release
@@ -1714,7 +1714,7 @@ productive, customizable lisp based systems.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0ahxdj9f884afpzxczx6mx7l4nwg4kw6afqaq7lwhf7lxcwylldn"))))
+          (base32 "0giac390bq95ag41xkxqp8jjrhfx1wpgglz7jg5rkm0wjhcwmyml"))))
       (inputs
        `(("stumpwm" ,stumpwm "lib")
          ("clx-truetype" ,sbcl-clx-truetype)))
-- 
2.26.2





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

* [bug#41452] [PATCH v2 3/6] gnu: sbcl-pass: Update to 0.0.1-2.920f8fc.
  2020-05-25 17:44 ` [bug#41452] [PATCH v2 1/6] gnu: stumpish: Update to 0.0.1-2.920f8fc Marcin Karpezo
  2020-05-25 17:44   ` [bug#41452] [PATCH v2 2/6] gnu: sbcl-ttf-fonts: " Marcin Karpezo
@ 2020-05-25 17:44   ` Marcin Karpezo
  2020-05-25 17:45   ` [bug#41452] [PATCH v2 4/6] gnu: sbcl-globalwindows: " Marcin Karpezo
                     ` (3 subsequent siblings)
  5 siblings, 0 replies; 11+ messages in thread
From: Marcin Karpezo @ 2020-05-25 17:44 UTC (permalink / raw)
  To: 41452; +Cc: Marcin Karpezo

---
 gnu/packages/wm.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index a2b788e276..b139e37748 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1732,8 +1732,8 @@ rendering.")
       (license (list license:gpl2+ license:gpl3+ license:bsd-2)))))
 
 (define-public sbcl-stumpwm-pass
-  (let ((commit "dd5b037923ec7d3cc27c55806bcec5a1b8cf4e91")
-        (revision "1"))
+  (let ((commit "920f8fc1488f7953f205e1dda4c2ecbbbda56d6")
+        (revision "2"))
     (package
       (name "sbcl-pass")
       (version (git-version "0.0.1" revision commit)) ;no upstream release
@@ -1745,7 +1745,7 @@ rendering.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0ahxdj9f884afpzxczx6mx7l4nwg4kw6afqaq7lwhf7lxcwylldn"))))
+          (base32 "0giac390bq95ag41xkxqp8jjrhfx1wpgglz7jg5rkm0wjhcwmyml"))))
       (inputs
        `(("stumpwm" ,stumpwm "lib")))
       (build-system asdf-build-system/sbcl)
-- 
2.26.2





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

* [bug#41452] [PATCH v2 4/6] gnu: sbcl-globalwindows: Update to 0.0.1-2.920f8fc.
  2020-05-25 17:44 ` [bug#41452] [PATCH v2 1/6] gnu: stumpish: Update to 0.0.1-2.920f8fc Marcin Karpezo
  2020-05-25 17:44   ` [bug#41452] [PATCH v2 2/6] gnu: sbcl-ttf-fonts: " Marcin Karpezo
  2020-05-25 17:44   ` [bug#41452] [PATCH v2 3/6] gnu: sbcl-pass: " Marcin Karpezo
@ 2020-05-25 17:45   ` Marcin Karpezo
  2020-05-25 17:45   ` [bug#41452] [PATCH v2 5/6] gnu: sbcl-swm-gaps: " Marcin Karpezo
                     ` (2 subsequent siblings)
  5 siblings, 0 replies; 11+ messages in thread
From: Marcin Karpezo @ 2020-05-25 17:45 UTC (permalink / raw)
  To: 41452; +Cc: Marcin Karpezo

---
 gnu/packages/wm.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index b139e37748..4678ec524a 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1762,8 +1762,8 @@ password-store into StumpWM.")
       (license (list license:gpl2+ license:gpl3+ license:bsd-2)))))
 
 (define-public sbcl-stumpwm-globalwindows
-  (let ((commit "dd5b037923ec7d3cc27c55806bcec5a1b8cf4e91")
-        (revision "1"))
+    (let ((commit "920f8fc1488f7953f205e1dda4c2ecbbbda56d6")
+        (revision "2"))
     (package
       (name "sbcl-globalwindows")
       (version (git-version "0.0.1" revision commit)) ;no upstream release
@@ -1775,7 +1775,7 @@ password-store into StumpWM.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0ahxdj9f884afpzxczx6mx7l4nwg4kw6afqaq7lwhf7lxcwylldn"))))
+          (base32 "0giac390bq95ag41xkxqp8jjrhfx1wpgglz7jg5rkm0wjhcwmyml"))))
       (inputs
        `(("stumpwm" ,stumpwm "lib")))
       (build-system asdf-build-system/sbcl)
-- 
2.26.2





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

* [bug#41452] [PATCH v2 5/6] gnu: sbcl-swm-gaps: Update to 0.0.1-2.920f8fc.
  2020-05-25 17:44 ` [bug#41452] [PATCH v2 1/6] gnu: stumpish: Update to 0.0.1-2.920f8fc Marcin Karpezo
                     ` (2 preceding siblings ...)
  2020-05-25 17:45   ` [bug#41452] [PATCH v2 4/6] gnu: sbcl-globalwindows: " Marcin Karpezo
@ 2020-05-25 17:45   ` Marcin Karpezo
  2020-05-25 17:45   ` [bug#41452] [PATCH v2 6/6] gnu: emacs-stumpwm-mode: Update to 0.0.1-3.920f8fc Marcin Karpezo
  2020-05-26  7:08   ` bug#41452: [PATCH v2 1/6] gnu: stumpish: Update to 0.0.1-2.920f8fc Oleg Pykhalov
  5 siblings, 0 replies; 11+ messages in thread
From: Marcin Karpezo @ 2020-05-25 17:45 UTC (permalink / raw)
  To: 41452; +Cc: Marcin Karpezo

---
 gnu/packages/wm.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 4678ec524a..2e975354c3 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1792,8 +1792,8 @@ windows in the current X session.")
       (license (list license:gpl2+ license:gpl3+ license:bsd-2)))))
 
 (define-public sbcl-stumpwm-swm-gaps
-  (let ((commit "dd5b037923ec7d3cc27c55806bcec5a1b8cf4e91")
-        (revision "1"))
+  (let ((commit "920f8fc1488f7953f205e1dda4c2ecbbbda56d6")
+        (revision "2"))
     (package
       (name "sbcl-swm-gaps")
       (version (git-version "0.0.1" revision commit)) ;no upstream release
@@ -1805,7 +1805,7 @@ windows in the current X session.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0ahxdj9f884afpzxczx6mx7l4nwg4kw6afqaq7lwhf7lxcwylldn"))))
+          (base32 "0giac390bq95ag41xkxqp8jjrhfx1wpgglz7jg5rkm0wjhcwmyml"))))
       (inputs
        `(("stumpwm" ,stumpwm "lib")))
       (build-system asdf-build-system/sbcl)
-- 
2.26.2





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

* [bug#41452] [PATCH v2 6/6] gnu: emacs-stumpwm-mode: Update to 0.0.1-3.920f8fc.
  2020-05-25 17:44 ` [bug#41452] [PATCH v2 1/6] gnu: stumpish: Update to 0.0.1-2.920f8fc Marcin Karpezo
                     ` (3 preceding siblings ...)
  2020-05-25 17:45   ` [bug#41452] [PATCH v2 5/6] gnu: sbcl-swm-gaps: " Marcin Karpezo
@ 2020-05-25 17:45   ` Marcin Karpezo
  2020-05-26  7:08   ` bug#41452: [PATCH v2 1/6] gnu: stumpish: Update to 0.0.1-2.920f8fc Oleg Pykhalov
  5 siblings, 0 replies; 11+ messages in thread
From: Marcin Karpezo @ 2020-05-25 17:45 UTC (permalink / raw)
  To: 41452; +Cc: Marcin Karpezo

---
 gnu/packages/emacs-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5dbb48bb0e..b99acb7815 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -72,6 +72,7 @@
 ;;; Copyright © 2020 pinoaffe <pinoaffe@airmail.cc>
 ;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
 ;;; Copyright © 2020 Ryan Desfosses <rdes@protonmail.com>
+;;; Copyright © 2020 Marcin Karpezo <sirmacik@wioo.waw.pl>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -15460,8 +15461,8 @@ bookmarks and history.")
     (license license:gpl3+)))
 
 (define-public emacs-stumpwm-mode
-  (let ((commit "dd5b037923ec7d3cc27c55806bcec5a1b8cf4e91")
-        (revision "2"))
+    (let ((commit "920f8fc1488f7953f205e1dda4c2ecbbbda56d6")
+        (revision "3"))
     (package
       (name "emacs-stumpwm-mode")
       (version (git-version "0.0.1" revision commit))
@@ -15473,7 +15474,7 @@ bookmarks and history.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0ahxdj9f884afpzxczx6mx7l4nwg4kw6afqaq7lwhf7lxcwylldn"))))
+                  "0giac390bq95ag41xkxqp8jjrhfx1wpgglz7jg5rkm0wjhcwmyml"))))
       (build-system emacs-build-system)
       (arguments
        `(#:phases
-- 
2.26.2





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

* [bug#41452] [PATCH] gnu: sbcl-pass: Update to revision 920f8fc
  2020-05-23 12:24   ` Tobias Geerinckx-Rice via Guix-patches via
@ 2020-05-25 17:54     ` sirmacik
  0 siblings, 0 replies; 11+ messages in thread
From: sirmacik @ 2020-05-25 17:54 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: Oleg Pykhalov, 41452

Hi,

Thanks for additional guidance on how to provide a patch. I've sent them
in 6 parts. Hope they're done right this time. 

-- 
sirmacik
PGP: 0xE0DC81D523891771




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

* bug#41452: [PATCH v2 1/6] gnu: stumpish: Update to 0.0.1-2.920f8fc
  2020-05-25 17:44 ` [bug#41452] [PATCH v2 1/6] gnu: stumpish: Update to 0.0.1-2.920f8fc Marcin Karpezo
                     ` (4 preceding siblings ...)
  2020-05-25 17:45   ` [bug#41452] [PATCH v2 6/6] gnu: emacs-stumpwm-mode: Update to 0.0.1-3.920f8fc Marcin Karpezo
@ 2020-05-26  7:08   ` Oleg Pykhalov
  5 siblings, 0 replies; 11+ messages in thread
From: Oleg Pykhalov @ 2020-05-26  7:08 UTC (permalink / raw)
  To: Marcin Karpezo; +Cc: 41452-done

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

Pushed to master.

Thank you!

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

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

end of thread, other threads:[~2020-05-26  7:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-22  9:46 [bug#41452] [PATCH] gnu: sbcl-pass: Update to revision 920f8fc Marcin Karpezo
2020-05-23  6:36 ` Oleg Pykhalov
2020-05-23 12:24   ` Tobias Geerinckx-Rice via Guix-patches via
2020-05-25 17:54     ` sirmacik
2020-05-25 17:44 ` [bug#41452] [PATCH v2 1/6] gnu: stumpish: Update to 0.0.1-2.920f8fc Marcin Karpezo
2020-05-25 17:44   ` [bug#41452] [PATCH v2 2/6] gnu: sbcl-ttf-fonts: " Marcin Karpezo
2020-05-25 17:44   ` [bug#41452] [PATCH v2 3/6] gnu: sbcl-pass: " Marcin Karpezo
2020-05-25 17:45   ` [bug#41452] [PATCH v2 4/6] gnu: sbcl-globalwindows: " Marcin Karpezo
2020-05-25 17:45   ` [bug#41452] [PATCH v2 5/6] gnu: sbcl-swm-gaps: " Marcin Karpezo
2020-05-25 17:45   ` [bug#41452] [PATCH v2 6/6] gnu: emacs-stumpwm-mode: Update to 0.0.1-3.920f8fc Marcin Karpezo
2020-05-26  7:08   ` bug#41452: [PATCH v2 1/6] gnu: stumpish: Update to 0.0.1-2.920f8fc Oleg Pykhalov

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