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 @@ (define-public ecl-3bz
(define-public sbcl-zpb-exif
(package
(name "sbcl-zpb-exif")
(version "1.2.4")
(version "1.2.5")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/xach/zpb-exif")
(commit (string-append "release-" version))))
(file-name (git-file-name name version))
(file-name (git-file-name "cl-zpb-exif" version))
(sha256
(base32 "15s227jhby55cisz14xafb0p1ws2jmrg2rrbbd00lrb97im84hy6"))))
(base32 "0h1n36lfl8xn8rfyl5jxz9m8zlg0if2avmryas79f684yczrvdnd"))))
(build-system asdf-build-system/sbcl)
(home-page "https://xach.com/lisp/zpb-exif/")
(synopsis "EXIF information extractor for Common Lisp")