1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-mpsse: Update to 1.4.1.

Follow-up to a7b20226b2.

* gnu/packages/embedded.scm (python-libmpsse): Update to 1.4.1.
This commit is contained in:
Danny Milosavljevic
2020-05-18 19:07:23 +02:00
parent 756605ee9e
commit 782cc119f5

View File

@@ -1040,7 +1040,7 @@ the Raspberry Pi chip."))))
(define-public python-libmpsse
(package
(name "python-libmpsse")
(version "1.4")
(version "1.4.1")
(source
(origin
(method git-fetch)
@@ -1050,7 +1050,7 @@ the Raspberry Pi chip."))))
(file-name "libmpsse-checkout")
(sha256
(base32
"14f1kiiia4kfd9mzwx4h63aa8bpz9aknbrrr7mychnsp3arw0z25"))))
"1rypfb96k2szqgygp3jnwg2zq9kwmfz0460dsahn3r2vkzml8wn7"))))
(build-system gnu-build-system)
(inputs
`(("libftdi" ,libftdi)