gnu: pdf2svg: Fetch sources from git.

* gnu/packages/pdf.scm (pdf2svg)[source]: Fetch from git.
master
Ricardo Wurmus 2018-11-29 22:20:56 +01:00
parent ec4e9455d3
commit 1300dc4be9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 6 deletions

View File

@ -872,14 +872,14 @@ the framebuffer.")
(name "pdf2svg")
(version "0.2.3")
(source (origin
(method url-fetch)
(uri (string-append
"https://github.com/dawbarton/pdf2svg/archive/v"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/dawbarton/pdf2svg.git")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"12pa1pajirnlrkz2il3h4l30lc2prryk1qr132jk6z9y1c3qdcag"))))
"14ffdm4y26imq99wjhkrhy9lp33165xci1l5ndwfia8hz53bl02k"))))
(build-system gnu-build-system)
(inputs
`(("cairo" ,cairo)