gnu: emacs-ht: Update to 2.2.
* gnu/packages/emacs-xyz.scm (emacs-ht): Update to 2.2. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
		
							parent
							
								
									498eb769c5
								
							
						
					
					
						commit
						b6ecf3d7b6
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -5600,7 +5600,7 @@ procedures for emacs-lisp-mode.")
 | 
				
			||||||
(define-public emacs-ht
 | 
					(define-public emacs-ht
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-ht")
 | 
					    (name "emacs-ht")
 | 
				
			||||||
    (version "2.1")
 | 
					    (version "2.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -5610,7 +5610,7 @@ procedures for emacs-lisp-mode.")
 | 
				
			||||||
       (file-name (string-append name "-" version ".tar.gz"))
 | 
					       (file-name (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1lpba36kzxcc966fvsbrfpy8ah9gnvay0yk26gbyjil0rggrbqzj"))))
 | 
					         "0fsi27gdrh2dgwdbq43vnw5sz25war6shlxaclr60fl7krpxjkzf"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (propagated-inputs `(("emacs-dash" ,emacs-dash)))
 | 
					    (propagated-inputs `(("emacs-dash" ,emacs-dash)))
 | 
				
			||||||
    (home-page "https://github.com/Wilfred/ht.el")
 | 
					    (home-page "https://github.com/Wilfred/ht.el")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue