[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/21: gnu: pcb-rnd: Update to 3.1.1.
From: |
guix-commits |
Subject: |
10/21: gnu: pcb-rnd: Update to 3.1.1. |
Date: |
Mon, 17 Jul 2023 12:36:56 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 479eb63f2a68cfac1866aefe245186a0bb3ef083
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:01 2023 +0200
gnu: pcb-rnd: Update to 3.1.1.
* gnu/packages/engineering.scm (pcb-rnd): Update to 3.1.1.
---
gnu/packages/engineering.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 3f0325ecea..f31d4bd04d 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -527,14 +527,14 @@ optimizer; and it can produce photorealistic and design
review images.")
(define-public pcb-rnd
(package (inherit pcb)
(name "pcb-rnd")
- (version "3.1.0")
+ (version "3.1.1")
(source (origin
(method url-fetch)
(uri (string-append "http://repo.hu/projects/pcb-rnd/releases/"
"pcb-rnd-" version ".tar.gz"))
(sha256
(base32
- "0yw4sf4qrmmai48f3f5byn2fphc453myjszh3sy9z0dnfcz3x7fw"))))
+ "0szcsp2049wh3wslv7743wbjqllrmphi07yz0933sz4vf6f1c8dg"))))
(arguments
(list
#:tests? #false ;no check target
- branch master updated (6dbcdb4b7f -> 29a7bd209c), guix-commits, 2023/07/17
- 01/21: gnu: xchm: Update to 1.35., guix-commits, 2023/07/17
- 04/21: gnu: emacs-svg-lib: Update to 0.2.6., guix-commits, 2023/07/17
- 03/21: gnu: emacs-plz: Update to 0.7., guix-commits, 2023/07/17
- 09/21: gnu: librnd: Prepare for cross-compilation., guix-commits, 2023/07/17
- 10/21: gnu: pcb-rnd: Update to 3.1.1.,
guix-commits <=
- 05/21: gnu: linsmith: Update to 0.99.33., guix-commits, 2023/07/17
- 15/21: gnu: fheroes2: Update to 1.0.5., guix-commits, 2023/07/17
- 17/21: gnu: freeciv: Update to 3.0.8., guix-commits, 2023/07/17
- 20/21: gnu: xonotic: Update to 0.8.6., guix-commits, 2023/07/17
- 02/21: gnu: emacs-ebuild-mode: Update to 1.65., guix-commits, 2023/07/17
- 06/21: gnu: linsmith: Fix input types., guix-commits, 2023/07/17
- 07/21: gnu: vice: Update to 3.7.1., guix-commits, 2023/07/17
- 08/21: gnu: librnd: Update to 4.0.2., guix-commits, 2023/07/17
- 12/21: gnu: python-dropbox: Update to 11.36.2., guix-commits, 2023/07/17
- 11/21: gnu: pcb-rnd: Prepare for cross-compilation., guix-commits, 2023/07/17