mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 04:37:36 -05:00
gnu: kicad-templates: Update to 5.1.6.
* gnu/packages/engineering.scm (kicad-templates): Update to 5.1.6.
This commit is contained in:
parent
c9403d1507
commit
91252a8836
1 changed files with 2 additions and 2 deletions
|
@ -983,7 +983,7 @@ (define-public kicad-templates
|
||||||
(package
|
(package
|
||||||
(inherit kicad-symbols)
|
(inherit kicad-symbols)
|
||||||
(name "kicad-templates")
|
(name "kicad-templates")
|
||||||
(version "5.1.5")
|
(version "5.1.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -992,7 +992,7 @@ (define-public kicad-templates
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cs3bm3zb5ngw5ldn0lzw5bvqm4kvcidyrn76438alffwiz2b15g"))))
|
"1hppcsrkn4dk6ggby6ckh0q65qxkywrbyxa4lwpaf7pxjyv498xg"))))
|
||||||
(synopsis "Official KiCad project and worksheet templates")
|
(synopsis "Official KiCad project and worksheet templates")
|
||||||
(description "This package contains the official KiCad project and
|
(description "This package contains the official KiCad project and
|
||||||
worksheet templates.")))
|
worksheet templates.")))
|
||||||
|
|
Loading…
Reference in a new issue