gnu: txr: Update to 277.
* gnu/packages/lisp.scm (txr): Update to 277. [inputs]: Add zlib.
This commit is contained in:
		
							parent
							
								
									6aa457fed1
								
							
						
					
					
						commit
						c318f4fcb1
					
				
					 1 changed files with 4 additions and 3 deletions
				
			
		| 
						 | 
					@ -923,7 +923,7 @@ the HTML documentation of TXR.")
 | 
				
			||||||
(define-public txr
 | 
					(define-public txr
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "txr")
 | 
					    (name "txr")
 | 
				
			||||||
    (version "274")
 | 
					    (version "277")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -932,7 +932,7 @@ the HTML documentation of TXR.")
 | 
				
			||||||
             (commit (string-append "txr-" version))))
 | 
					             (commit (string-append "txr-" version))))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0sz5wqqhmj2b9h9q95s8x4gb4cia6qddqp2mg29a5dpdh6jh3qyp"))))
 | 
					        (base32 "1w6q5inydz0cf4g3y8954msxfb2clf4nj4aqiiayp0z2y96b7bhk"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:configure-flags
 | 
					     `(#:configure-flags
 | 
				
			||||||
| 
						 | 
					@ -991,7 +991,8 @@ the HTML documentation of TXR.")
 | 
				
			||||||
           man-for-txr))
 | 
					           man-for-txr))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     (list bash-minimal
 | 
					     (list bash-minimal
 | 
				
			||||||
           libffi))
 | 
					           libffi
 | 
				
			||||||
 | 
					           zlib))
 | 
				
			||||||
    (synopsis "General-purpose, multi-paradigm programming language")
 | 
					    (synopsis "General-purpose, multi-paradigm programming language")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
     "TXR is a general-purpose, multi-paradigm programming language.  It
 | 
					     "TXR is a general-purpose, multi-paradigm programming language.  It
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue