me
/
guix
Archived
1
0
Fork 0

gnu: jmtpfs: Don't use unstable tarball.

* gnu/packages/linux.scm (jmtpfs)[source]: Download using git-fetch.
master
Efraim Flashner 2020-06-24 10:29:54 +03:00
parent 8de377564e
commit d5c0b3fa7e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 6 additions and 5 deletions

View File

@ -6291,13 +6291,14 @@ NexGen, Rise, and SiS CPUs.")
(version "0.5")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/JasonFerrara/jmtpfs/archive/v"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/JasonFerrara/jmtpfs")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"10v8d7mmx8b8123x5f9y9zaaa428ms6wkngwn2ra71n5a53wrjn0"))))
"1pm68agkhrwgrplrfrnbwdcvx5lrivdmqw8pb5gdmm3xppnryji1"))))
(build-system gnu-build-system)
(inputs
`(("file" ,file)