[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/12: gnu: kicad: Update to 6.0.11.
From: |
guix-commits |
Subject: |
01/12: gnu: kicad: Update to 6.0.11. |
Date: |
Tue, 31 Jan 2023 14:41:02 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 3cb54612b7fd58ae8f95c1198041293a69528dee
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 22 01:00:01 2023 +0100
gnu: kicad: Update to 6.0.11.
* gnu/packages/engineering.scm (kicad): Update to 6.0.11.
---
gnu/packages/engineering.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 14beec9d28..ef184c5c23 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -944,7 +944,7 @@ Emacs).")
(define-public kicad
(package
(name "kicad")
- (version "6.0.10")
+ (version "6.0.11")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -952,7 +952,7 @@ Emacs).")
(commit version)))
(sha256
(base32
- "0pz8d96imc0q3nh7npr5zf0jkzi94wchvw57spcrgqfac9yrld3q"))
+ "1bhzmgs921wv1pc0mpyigmpp630086kmpifc3a91cbkv4xf0akkq"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments
@@ -1051,7 +1051,7 @@ electrical diagrams), gerbview (viewing Gerber files) and
others.")
(file-name (git-file-name name version))
(sha256
(base32
- "06aw8f1pnh63dscv2bkii0cpr2m5yc4baka3avszsxnv8mqn0hwx"))))
+ "0f191ifzgl2k196ph7ljip97s17gq8bsfkn1s3aza1qaafhg7acd"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags (list "-DBUILD_FORMATS=html")
- branch master updated (38ef37d4bb -> aed385e18e), guix-commits, 2023/01/31
- 01/12: gnu: kicad: Update to 6.0.11.,
guix-commits <=
- 06/12: gnu: hwinfo: Update to 22.2., guix-commits, 2023/01/31
- 02/12: gnu: appstream: Update to 0.15.6., guix-commits, 2023/01/31
- 03/12: gnu: edgar: Update to 1.36., guix-commits, 2023/01/31
- 04/12: gnu: memtest86+: Update to 6.01., guix-commits, 2023/01/31
- 05/12: gnu: memtester: Update to 4.6.0., guix-commits, 2023/01/31
- 07/12: gnu: phockup: Properly patch exiftool., guix-commits, 2023/01/31
- 10/12: gnu: libpng-apng: Update to 1.6.39., guix-commits, 2023/01/31
- 08/12: gnu: phockup: Test exiftool patching., guix-commits, 2023/01/31
- 09/12: gnu: phockup: Update to 1.9.2., guix-commits, 2023/01/31
- 11/12: gnu: libpng-apng: Remove obsolete trailing #t., guix-commits, 2023/01/31