gnu: cl-zpb-exif: Update to 1.2.5.

* gnu/packages/lisp-xyz.scm (sbcl-zpb-exif): Update to 1.2.5.
This commit is contained in:
Guillaume Le Vaillant 2022-03-03 14:37:03 +01:00
parent e89501bafc
commit 662f1cbb3f
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F

View File

@ -11613,16 +11613,16 @@ vectors and streams.")
(define-public sbcl-zpb-exif (define-public sbcl-zpb-exif
(package (package
(name "sbcl-zpb-exif") (name "sbcl-zpb-exif")
(version "1.2.4") (version "1.2.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/xach/zpb-exif") (url "https://github.com/xach/zpb-exif")
(commit (string-append "release-" version)))) (commit (string-append "release-" version))))
(file-name (git-file-name name version)) (file-name (git-file-name "cl-zpb-exif" version))
(sha256 (sha256
(base32 "15s227jhby55cisz14xafb0p1ws2jmrg2rrbbd00lrb97im84hy6")))) (base32 "0h1n36lfl8xn8rfyl5jxz9m8zlg0if2avmryas79f684yczrvdnd"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(home-page "https://xach.com/lisp/zpb-exif/") (home-page "https://xach.com/lisp/zpb-exif/")
(synopsis "EXIF information extractor for Common Lisp") (synopsis "EXIF information extractor for Common Lisp")