unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#38815] [PATCH] gnu: sassc: Update to 3.6.1.
@ 2019-12-30 15:09 Riku Viitanen via Guix-patches via
  2019-12-30 18:21 ` bug#38815: " Efraim Flashner
  2020-01-08 16:50 ` [bug#38815] guix-patches@ recorded as commit author (was: sassc: Update to 3.6.1.) Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 2 replies; 4+ messages in thread
From: Riku Viitanen via Guix-patches via @ 2019-12-30 15:09 UTC (permalink / raw)
  To: 38815

From 1f66209d161e593ac482c8f523f5425aed2c7a11 Mon Sep 17 00:00:00 2001
From: Riku Viitanen <riku.viitanen@protonmail.com>
Date: Mon, 30 Dec 2019 16:51:29 +0200
Subject: [PATCH] gnu: sassc: Update to 3.6.1.

* gnu/packages/web.scm (sassc): Update to 3.6.1.
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index a883660a81..dd27454e79 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1550,7 +1550,7 @@ stylesheets, you'll need to use another program that uses this library,
 (define-public sassc
   (package
     (name "sassc")
-    (version "3.5.0")
+    (version "3.6.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1559,7 +1559,7 @@ stylesheets, you'll need to use another program that uses this library,
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0jsfz1zg4gwk0dq8i92ll12axs3s70wsdsmdyi71zx8zmvib5nl6"))))
+                "1sxm54mkhs9m4vnl7vn11y17mhzamc403hv3966j1c7p2rbzg5pv"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags
--
2.24.0

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

* bug#38815: [PATCH] gnu: sassc: Update to 3.6.1.
  2019-12-30 15:09 [bug#38815] [PATCH] gnu: sassc: Update to 3.6.1 Riku Viitanen via Guix-patches via
@ 2019-12-30 18:21 ` Efraim Flashner
  2020-01-08 16:50 ` [bug#38815] guix-patches@ recorded as commit author (was: sassc: Update to 3.6.1.) Tobias Geerinckx-Rice via Guix-patches via
  1 sibling, 0 replies; 4+ messages in thread
From: Efraim Flashner @ 2019-12-30 18:21 UTC (permalink / raw)
  To: Riku Viitanen; +Cc: 38815-done

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

Looks good. Patch pushed

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

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

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

* [bug#38815] guix-patches@ recorded as commit author (was: sassc: Update to 3.6.1.)
  2019-12-30 15:09 [bug#38815] [PATCH] gnu: sassc: Update to 3.6.1 Riku Viitanen via Guix-patches via
  2019-12-30 18:21 ` bug#38815: " Efraim Flashner
@ 2020-01-08 16:50 ` Tobias Geerinckx-Rice via Guix-patches via
  2020-01-09 19:54   ` Efraim Flashner
  1 sibling, 1 reply; 4+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2020-01-08 16:50 UTC (permalink / raw)
  To: 38815

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

Riku, Efraim, Guix,

I noticed that this commit and the preceding libsass update have 
an incorrect author e-mail addres:

  commit fc4eb87dc45b169e3912c73bbf60cb8ce76b7c7c
  Author: Riku Viitanen via Guix-patches via 
  <guix-patches@gnu.org>

The actual patch posted to guix-patches[0] has two correct From: 
lines.

Does anyone know what happened here?  And how it could be avoided? 
Is the Web interface hiding anything strange about these messages?

Would a git hook to catch suspect addresses be a good idea?

Kind regards,

T G-R

[0]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=38815

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

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

* [bug#38815] guix-patches@ recorded as commit author (was: sassc: Update to 3.6.1.)
  2020-01-08 16:50 ` [bug#38815] guix-patches@ recorded as commit author (was: sassc: Update to 3.6.1.) Tobias Geerinckx-Rice via Guix-patches via
@ 2020-01-09 19:54   ` Efraim Flashner
  0 siblings, 0 replies; 4+ messages in thread
From: Efraim Flashner @ 2020-01-09 19:54 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: 38815

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

On Wed, Jan 08, 2020 at 05:50:15PM +0100, Tobias Geerinckx-Rice via Guix-patches via wrote:
> Riku, Efraim, Guix,
> 
> I noticed that this commit and the preceding libsass update have an
> incorrect author e-mail addres:
> 
>  commit fc4eb87dc45b169e3912c73bbf60cb8ce76b7c7c
>  Author: Riku Viitanen via Guix-patches via  <guix-patches@gnu.org>
> 
> The actual patch posted to guix-patches[0] has two correct From: lines.
> 
> Does anyone know what happened here?  And how it could be avoided? Is the
> Web interface hiding anything strange about these messages?

I caught one another time but this time they slipped through. I normally
patch the pipe directly from mutt to 'cd workspace/guix; git am -S -s'.

> 
> Would a git hook to catch suspect addresses be a good idea?
> 

Probably couldn't hurt.

> Kind regards,
> 
> T G-R
> 
> [0]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=38815



-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

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

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

end of thread, other threads:[~2020-01-09 19:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-30 15:09 [bug#38815] [PATCH] gnu: sassc: Update to 3.6.1 Riku Viitanen via Guix-patches via
2019-12-30 18:21 ` bug#38815: " Efraim Flashner
2020-01-08 16:50 ` [bug#38815] guix-patches@ recorded as commit author (was: sassc: Update to 3.6.1.) Tobias Geerinckx-Rice via Guix-patches via
2020-01-09 19:54   ` Efraim Flashner

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