me
/
guix
Archived
1
0
Fork 0

gnu: diffoscope: Remove redundant let binding.

* gnu/packages/diffoscope.scm (diffoscope): Unbind VERSION.
master
Tobias Geerinckx-Rice 2020-06-05 18:58:02 +02:00
parent 98a76dd8f3
commit a0e5111eb1
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 157 additions and 158 deletions

View File

@ -70,10 +70,9 @@
#:use-module (ice-9 match))
(define-public diffoscope
(let ((version "145"))
(package
(name "diffoscope")
(version version)
(version "145")
(source (origin
(method git-fetch)
(uri (git-reference
@ -234,7 +233,7 @@ compare two tarballs, ISO images, or PDFs just as easily.
Diffoscope has many optional dependencies; @code{diffoscope
--list-missing-tools guix} will display optional packages to
install.")
(license license:gpl3+))))
(license license:gpl3+)))
(define-public reprotest
(package