mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ansel: Update to 0.0.0-1.b51cfa3.
* gnu/packages/photo.scm (ansel): Update to 0.0.0-1.b51cfa3. [source]: Omit the redundant .git suffix. Change-Id: Ied9b4acada8c18543a251dd74eb402d2deffb4c6 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
14fb6ad4bf
commit
d0ba40a7a5
1 changed files with 4 additions and 4 deletions
|
@ -640,8 +640,8 @@ and enhance them.")
|
|||
|
||||
;; There has been no release nor any tag yet, so we take an arbitrary commit.
|
||||
(define-public ansel
|
||||
(let ((commit "406cfed6cdd95002493d26042b646c45cbdf4bee")
|
||||
(revision "0"))
|
||||
(let ((commit "b51cfa38c41abe9933b40e1583807b105c5933c1")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "ansel")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
|
@ -649,12 +649,12 @@ and enhance them.")
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/aurelienpierreeng/ansel.git")
|
||||
(url "https://github.com/aurelienpierreeng/ansel")
|
||||
(commit commit)
|
||||
(recursive? #t)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1p0f1ys345i834a9grzd28wmwj7xmwz64lndabdskl7qc49fh9rf"))
|
||||
(base32 "0f2m8qlmfaw9afs3b2bpk3s40wmgqzaf36szcz10c38dm3lhnhqh"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet '(for-each delete-file-recursively
|
||||
'("src/external/LibRaw"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue