gnu: emacs-debbugs: Update to 0.31.
* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.31.
This commit is contained in:
		
							parent
							
								
									45f5b495b0
								
							
						
					
					
						commit
						f8deb50b6f
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -6353,14 +6353,14 @@ src blocks.")
 | 
			
		|||
(define-public emacs-debbugs
 | 
			
		||||
  (package
 | 
			
		||||
    (name "emacs-debbugs")
 | 
			
		||||
    (version "0.30")
 | 
			
		||||
    (version "0.31")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (string-append "https://elpa.gnu.org/packages/debbugs-"
 | 
			
		||||
                           version ".tar"))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "05yy1hhxd59rhricb14iai71w681222sv0i703yrgg868mphl7sb"))))
 | 
			
		||||
        (base32 "11vdjrn5m5g6pirw8jv0602fbwwgdhazfrrwxxplii8x02gqk0sr"))))
 | 
			
		||||
    (build-system emacs-build-system)
 | 
			
		||||
    (arguments '(#:include '("\\.el$" "\\.wsdl$" "\\.info$")))
 | 
			
		||||
    (propagated-inputs
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue