all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: peter@polidoro.io
To: 70967@debbugs.gnu.org
Cc: Peter Polidoro <peter@polidoro.io>
Subject: [bug#70967] [PATCH 2/2] gnu: kicad: Update to 8.0.3.
Date: Tue,  4 Jun 2024 16:00:53 -0400	[thread overview]
Message-ID: <6ac04ed6d42769ad1d21f0dcc73c7d0fec2d708c.1717531171.git.peter@polidoro.io> (raw)
In-Reply-To: <d15ae9a796e158ac93ddc7ee5e84713f1f760133.1717531171.git.peter@polidoro.io>

From: Peter Polidoro <peter@polidoro.io>

* gnu/packages/engineering.scm (kicad): Update to 8.0.3.

Change-Id: I8dadf3ad9f081391118ec1042d4556dd85035ce2
---
 gnu/packages/engineering.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 0df9d1eafb..558f22a0f8 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1070,7 +1070,7 @@ (define-public inspekt3d
 (define-public kicad
   (package
     (name "kicad")
-    (version "8.0.2")
+    (version "8.0.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1078,7 +1078,7 @@ (define-public kicad
                     (commit version)))
               (sha256
                (base32
-                "069ycii9zvdxwxd73afd6bp975r1555yvifi9zdb77qyvn0d9nr9"))
+                "0hafvcjjwylgcpgyyasmb2q210k82wvcswvgjvwwh76bwshwcpwa"))
               (file-name (git-file-name name version))))
     (build-system cmake-build-system)
     (arguments
@@ -1185,7 +1185,7 @@ (define-public kicad-doc
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0k019zy7r7994pm6vmx3rlz99lkgfjja4ypd9x3lbf2kpahb1dgc"))))
+                "0h2qhd351d468h60ywrl4m8z6y1a18fpsf2nxijv7avf0n9454qy"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags (list "-DBUILD_FORMATS=html")
@@ -1219,7 +1219,7 @@ (define-public kicad-symbols
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0w333f89yw2m0zlpkg0k6hfwlj10snm8laihdjnsb22asyz4pbhn"))))
+                "1za0spq09bbj7xwfwr1abmwjnqfd3zx0crayaz7915ja0ifi75hd"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ; no tests exist
@@ -1248,7 +1248,7 @@ (define-public kicad-footprints
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "10j8qjljc1fv8k4zp3zn0da33g57hn6pgrgmbgp18dsa539xvxcz"))))
+                "0ik4hjl5m65wnpaymg58zbvsfvchhyq5x3psvj6005mgv2hrican"))))
     (synopsis "Official KiCad footprint libraries")
     (description "This package contains the official KiCad footprint libraries.")))
 
@@ -1265,7 +1265,7 @@ (define-public kicad-packages3d
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "04gvfb54jhnww2qwrxc27wpyrvmjasdc4xhr0ridl7dglh4qcp35"))))
+                "1yjlg7cxwhlzcdbxjqyqamr140sz8gvzi63k2401mhdbh88c9kii"))))
     (synopsis "Official KiCad 3D model libraries")
     (description "This package contains the official KiCad 3D model libraries.")))
 
@@ -1282,7 +1282,7 @@ (define-public kicad-templates
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "073a6cyvzzy0vmkj3ip4ziq7b7pcizs70nm5acw838dxghjfyv3v"))))
+                "03idwrk3vj9h2az8j8lqpbdbnfxdbkzh4db68kq3644yj3cnlcza"))))
     (synopsis "Official KiCad project and worksheet templates")
     (description "This package contains the official KiCad project and
 worksheet templates.")))
-- 
2.45.1





  reply	other threads:[~2024-06-04 20:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-15 18:16 [bug#70967] [PATCH] Attempt to upgrade kicad to 8.0.2 peter
2024-05-15 18:23 ` [bug#70967] " Peter Polidoro
2024-05-15 21:12   ` Vinicius Monego
2024-05-16 19:07     ` Peter Polidoro
2024-05-16 19:02 ` [bug#70967] [PATCH] gnu: kicad: Update " peter
2024-06-04 20:00 ` [bug#70967] [PATCH 1/2] " peter
2024-06-04 20:00   ` peter [this message]
2024-06-04 20:05     ` [bug#70967] [PATCH 2/2] gnu: kicad: Update to 8.0.3 Peter Polidoro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6ac04ed6d42769ad1d21f0dcc73c7d0fec2d708c.1717531171.git.peter@polidoro.io \
    --to=peter@polidoro.io \
    --cc=70967@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.