gnu: qrencode: Update to 4.0.0.

* gnu/packages/aidc.scm (qrencode): Update to 4.0.0.
master
Kei Kebreau 2018-05-01 17:35:20 -04:00
parent d6ed49ba3f
commit d3cd435709
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 3 additions and 3 deletions

View File

@ -51,15 +51,15 @@ formats.")
(define-public qrencode (define-public qrencode
(package (package
(name "qrencode") (name "qrencode")
(version "3.4.4") (version "4.0.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"https://fukuchi.org/works/qrencode/qrencode-" version "https://fukuchi.org/works/qrencode/qrencode-" version
".tar.gz")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0wiagx7i8p9zal53smf5abrnh9lr31mv0p36wg017401jrmf5577")))) "02vx69fl52jbcrmnydsaxcmy6nxqm9jyxzd7hr07s491d7hka069"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("libpng" ,libpng))) (inputs `(("libpng" ,libpng)))
(native-inputs `(("pkg-config" ,pkg-config))) (native-inputs `(("pkg-config" ,pkg-config)))