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:
parent
e89501bafc
commit
662f1cbb3f
1 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue