diff options
author | Paul A. Patience <paul@apatience.com> | 2022-07-04 04:23:14 +0000 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-07-06 12:06:52 +0300 |
commit | c2fe78db73401a67306a5119ea9ca8de1d240a21 (patch) | |
tree | 855270b41957635030f35c170d57b0add04fc9cf | |
parent | ff181ed7a14ad04bc9b40f13574ee6b365d3c20e (diff) | |
download | guix-c2fe78db73401a67306a5119ea9ca8de1d240a21.tar.gz guix-c2fe78db73401a67306a5119ea9ca8de1d240a21.zip |
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>
-rw-r--r-- | gnu/packages/lisp.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 72b6accc29..0bb10e4efd 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -959,16 +959,16 @@ the HTML documentation of 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 |