gnu: diffoscope: Remove redundant let binding.

* gnu/packages/diffoscope.scm (diffoscope): Unbind VERSION.
This commit is contained in:
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

View file

@ -70,10 +70,9 @@ (define-module (gnu packages diffoscope)
#: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 @@ (define-public diffoscope
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