GNU bug report logs - #55263
[PATCH] gnu: kicad: Update to 6.0.5.

Previous Next

Package: guix-patches;

Reported by: Peter Polidoro <peter <at> polidoro.io>

Date: Wed, 4 May 2022 20:15:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 55263 in the body.
You can then email your comments to 55263 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#55263; Package guix-patches. (Wed, 04 May 2022 20:15:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Peter Polidoro <peter <at> polidoro.io>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 04 May 2022 20:15:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Peter Polidoro <peter <at> polidoro.io>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: kicad: Update to 6.0.5.
Date: Wed, 04 May 2022 16:13:08 -0400
[0001-gnu-kicad-Update-to-6.0.5.patch (text/x-diff, attachment)]
From 0f98bd85421a89e6ad0fa02396d9d47087a1b9f7 Mon Sep 17 00:00:00 2001
From: Peter Polidoro <peter <at> polidoro.io>
Date: Wed, 4 May 2022 16:10:23 -0400
Subject: [PATCH] gnu: kicad: Update to 6.0.5.

* gnu/packages/engineering.scm (kicad): Update to 6.0.5.
---
 gnu/packages/engineering.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 0ef1870a50..95313daa63 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -941,7 +941,7 @@ (define-public inspekt3d
 (define-public kicad
   (package
     (name "kicad")
-    (version "6.0.4")
+    (version "6.0.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -949,7 +949,7 @@ (define-public kicad
                     (commit version)))
               (sha256
                (base32
-                "0lki59ws0ncqkp9wxrhyni1ck2sx5z07mmpkjg0d9jpkync9hx9y"))
+                "19mg672h1gjdvnkp13cpkhk67xpwms72y4gd6g8983fcsxr8nq23"))
               (file-name (git-file-name name version))))
     (build-system cmake-build-system)
     (arguments
@@ -1056,7 +1056,7 @@ (define-public kicad-doc
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0p3ypfs11ck2w7dmqiy763krpj0slan4jvpzxs6z1473gdpbzgbs"))))
+                "190pnrf2cy06wnnskyb4fqj4a4nfmz17i3y79rnrz3j62h3fmg0w"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags (list "-DBUILD_FORMATS=html")
@@ -1090,7 +1090,7 @@ (define-public kicad-symbols
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "12lyc187337bf2frl3jvwqdwwnd69f7l414k3kxhccs3sa2mcf1y"))))
+                "1dhgdp08ah08fc5nvwkqmgpl2any9vgy1gykmyzsd4dl8hhvznh5"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ; no tests exist
@@ -1119,7 +1119,7 @@ (define-public kicad-footprints
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0px2g9jansky0rvc0bdjylbmv8xwhc0q63g88hd2nzbknqli9f1y"))))
+                "0sxzd4dr1g12ck8b2wsyg9r2s1j3472nksrjrwpzjdyfc8rqbjai"))))
     (synopsis "Official KiCad footprint libraries")
     (description "This package contains the official KiCad footprint libraries.")))
 
@@ -1136,7 +1136,7 @@ (define-public kicad-packages3d
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0ms9py93qyihxrhh9wm2ziycmdn88m36r8adx22ynjnxixw1f9ja"))))
+                "00i6mybg3pprzb283b26z5b2g7a8sbghlvc0fwk9gwrp3wz1yqzc"))))
     (synopsis "Official KiCad 3D model libraries")
     (description "This package contains the official KiCad 3D model libraries.")))
 
-- 
2.36.0





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 09 May 2022 09:59:03 GMT) Full text and rfc822 format available.

Notification sent to Peter Polidoro <peter <at> polidoro.io>:
bug acknowledged by developer. (Mon, 09 May 2022 09:59:03 GMT) Full text and rfc822 format available.

Message #10 received at 55263-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Peter Polidoro <peter <at> polidoro.io>
Cc: 55263-done <at> debbugs.gnu.org
Subject: Re: bug#55263: [PATCH] gnu: kicad: Update to 6.0.5.
Date: Mon, 09 May 2022 11:58:04 +0200
Hi,

Peter Polidoro <peter <at> polidoro.io> skribis:

>>From 0f98bd85421a89e6ad0fa02396d9d47087a1b9f7 Mon Sep 17 00:00:00 2001
> From: Peter Polidoro <peter <at> polidoro.io>
> Date: Wed, 4 May 2022 16:10:23 -0400
> Subject: [PATCH] gnu: kicad: Update to 6.0.5.
>
> * gnu/packages/engineering.scm (kicad): Update to 6.0.5.

Applied, thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 06 Jun 2022 11:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 322 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.