diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2021-09-01 20:26:19 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-09-01 20:26:19 +0200 |
commit | 771c14c93e5454e865685dae3aebe1c5a3a9746e (patch) | |
tree | 44abfbc5f29f3bc769e1b0b36ed82a711e281b3c /gnu | |
parent | 65479200648de179d8c2f1d6767d21c9c784f8db (diff) | |
download | guix-771c14c93e5454e865685dae3aebe1c5a3a9746e.tar.gz guix-771c14c93e5454e865685dae3aebe1c5a3a9746e.zip |
gnu: txr: Update to 270.
* gnu/packages/lisp.scm (txr): Update to 270.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/lisp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 6d78a83dcf..7eb8f54d49 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -907,7 +907,7 @@ the HTML documentation of TXR.") (define-public txr (package (name "txr") - (version "268") + (version "270") (source (origin (method git-fetch) @@ -916,7 +916,7 @@ the HTML documentation of TXR.") (commit (string-append "txr-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0q97qddbgk9356gx4xp8iip4pwj3ln03dvjfgrny76f3wmmiwsw6")))) + (base32 "1kp64h3ls8mddvrlaqqylrb3brckfrqvkk8049xn15mimfggg0xv")))) (build-system gnu-build-system) (native-inputs ;; Required to build the documentation. |