me
/
guix
Archived
1
0
Fork 0

gnu: kicad-footprints: Update to 5.1.6.

* gnu/packages/engineering.scm (kicad-footprints): Update to 5.1.6.
master
Tobias Geerinckx-Rice 2020-05-15 21:54:35 +02:00
parent 5908aa1dd9
commit 979f93ac15
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -949,7 +949,7 @@ libraries.")
(package
(inherit kicad-symbols)
(name "kicad-footprints")
(version "5.1.5")
(version "5.1.6")
(source (origin
(method git-fetch)
(uri (git-reference
@ -958,7 +958,7 @@ libraries.")
(file-name (git-file-name name version))
(sha256
(base32
"1c4whgn14qhz4yqkl46w13p6rpv1k0hsc9s9h9368fxfcz9knb2j"))))
"1kmf91a5mmvj9izrv40mkaw1w36yjgn8daczd9rq2wlmd0rdp1zx"))))
(synopsis "Official KiCad footprint libraries")
(description "This package contains the official KiCad footprint libraries.")))