gnu: emacs-howm: Update to 1.4.8.
* gnu/packages/emacs-xyz.scm (emacs-howm): Update to 1.4.8.
This commit is contained in:
		
							parent
							
								
									3e0ea7417f
								
							
						
					
					
						commit
						03cde0f288
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2803,14 +2803,14 @@ a set of simplified face specifications and a user-supplied color palette")
 | 
				
			||||||
(define-public emacs-howm
 | 
					(define-public emacs-howm
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-howm")
 | 
					    (name "emacs-howm")
 | 
				
			||||||
    (version "1.4.7")
 | 
					    (version "1.4.8")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "https://howm.sourceforge.jp/a/"
 | 
					       (uri (string-append "https://howm.sourceforge.jp/a/"
 | 
				
			||||||
                           "howm-" version ".tar.gz"))
 | 
					                           "howm-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "11k0dzwyn7ly34g0zcd6i0i8qwyv9di8m6fx805axrxykxb0qan2"))))
 | 
					        (base32 "0i5pfnvy130fzk8w62301vgsqf1y22chwhjgnm5hjxr9y0kw5ii4"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list emacs-minimal))
 | 
					     (list emacs-minimal))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue