gnu: entr: Update to 5.5.
* gnu/packages/entr.scm (entr): Update to 5.5. Change-Id: I8ef7c93750a9a3b51d64b678e3d041082558ef67 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
		
							parent
							
								
									e2274ac7c5
								
							
						
					
					
						commit
						da31d459f9
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -6,6 +6,7 @@
 | 
				
			||||||
;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
 | 
					;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
 | 
				
			||||||
;;; Copyright © 2021 Solene Rapenne <solene@perso.pw>
 | 
					;;; Copyright © 2021 Solene Rapenne <solene@perso.pw>
 | 
				
			||||||
;;; Copyright © 2022 jgart <jgart@dismail.de>
 | 
					;;; Copyright © 2022 jgart <jgart@dismail.de>
 | 
				
			||||||
 | 
					;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
;;; This file is part of GNU Guix.
 | 
					;;; This file is part of GNU Guix.
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
| 
						 | 
					@ -35,14 +36,14 @@
 | 
				
			||||||
(define-public entr
 | 
					(define-public entr
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "entr")
 | 
					    (name "entr")
 | 
				
			||||||
    (version "5.4")
 | 
					    (version "5.5")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "https://eradman.com/entrproject/code/entr-"
 | 
					              (uri (string-append "https://eradman.com/entrproject/code/entr-"
 | 
				
			||||||
                                  version ".tar.gz"))
 | 
					                                  version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "17hz4aca6dsh6z58625jg8fbk5m9ng3s95pl4s6ws79zrk9dw7a9"))))
 | 
					                "09p5aqbb95bysdx73n094v0b07hn3v9kqg6k7yyycnpaxzi0r30j"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:test-target "test"
 | 
					     `(#:test-target "test"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue