me
/
guix
Archived
1
0
Fork 0

gnu: rust-podio-0.1: Update to 0.1.7.

* gnu/packages/crates-io.scm (rust-podio-0.1): Update to 0.1.7.
master
Efraim Flashner 2020-07-09 15:35:50 +03:00
parent 69de25bb09
commit 31fd941441
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 3 deletions

View File

@ -17478,7 +17478,7 @@ applications.")
(define-public rust-podio-0.1
(package
(name "rust-podio")
(version "0.1.6")
(version "0.1.7")
(source
(origin
(method url-fetch)
@ -17487,9 +17487,8 @@ applications.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1ga5arhwakj5rwrqzf9410zrbwnf24jd59af8kr9rgwbd6vb83vq"))))
"06bzjxrl0h8rp5860n51dlr1g143grg2jmx4g6y1mdn2ignyz2xi"))))
(build-system cargo-build-system)
;(arguments '(#:skip-build? #t))
(home-page "https://github.com/mvdnes/podio.git")
(synopsis "Additional trait to read and write Plain Old Data")
(description