gnu: txr: Update to 278.

* gnu/packages/lisp.scm (txr): Update to 278.
[source]: Use 'https' in url.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Paul A. Patience 2022-07-04 04:23:14 +00:00 committed by Efraim Flashner
parent ff181ed7a1
commit c2fe78db73
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -959,16 +959,16 @@ (define man-for-txr
(define-public txr
(package
(name "txr")
(version "277")
(version "278")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "http://www.kylheku.com/git/txr/")
(url "https://www.kylheku.com/git/txr/")
(commit (string-append "txr-" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1w6q5inydz0cf4g3y8954msxfb2clf4nj4aqiiayp0z2y96b7bhk"))))
(base32 "08jmqv245vnvl4xx6x5a5hxlnhdcipfdbja54dvsi6wkiks2fif7"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags