Skip to content
Snippets Groups Projects
Unverified Commit 5bc593df authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

gnu: jp2a: Fetch sources from git.

* gnu/packages/image.scm (jp2a)[source]: Fetch from git.
parent 743600e9
No related branches found
No related tags found
No related merge requests found
...@@ -1567,13 +1567,14 @@ (define-public jp2a ...@@ -1567,13 +1567,14 @@ (define-public jp2a
(version "1.0.7") (version "1.0.7")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/cslarsen/jp2a/archive/v" (uri (git-reference
version ".tar.gz")) (url "https://github.com/cslarsen/jp2a.git")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0nahpjvrahixcfqqrjj2k4fscc8qs4hqnmj2qgjzsjj3z6xxh2g5")) "12a1z9ba2j16y67f41y8ax5sgv1wdjd71pg7circdxkj263n78ql"))))
(file-name (string-append name "-" version ".tar.gz"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("libjpeg" ,libjpeg) `(("libjpeg" ,libjpeg)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment