unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55263] [PATCH] gnu: kicad: Update to 6.0.5.
@ 2022-05-04 20:13 Peter Polidoro
  2022-05-09  9:58 ` bug#55263: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Polidoro @ 2022-05-04 20:13 UTC (permalink / raw)
  To: 55263

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-kicad-Update-to-6.0.5.patch --]
[-- Type: text/x-diff, Size: 2901 bytes --]

From 0f98bd85421a89e6ad0fa02396d9d47087a1b9f7 Mon Sep 17 00:00:00 2001
From: Peter Polidoro <peter@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





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

* bug#55263: [PATCH] gnu: kicad: Update to 6.0.5.
  2022-05-04 20:13 [bug#55263] [PATCH] gnu: kicad: Update to 6.0.5 Peter Polidoro
@ 2022-05-09  9:58 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-05-09  9:58 UTC (permalink / raw)
  To: Peter Polidoro; +Cc: 55263-done

Hi,

Peter Polidoro <peter@polidoro.io> skribis:

>>From 0f98bd85421a89e6ad0fa02396d9d47087a1b9f7 Mon Sep 17 00:00:00 2001
> From: Peter Polidoro <peter@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’.




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

end of thread, other threads:[~2022-05-09 10:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-04 20:13 [bug#55263] [PATCH] gnu: kicad: Update to 6.0.5 Peter Polidoro
2022-05-09  9:58 ` bug#55263: " Ludovic Courtès

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