gnu: emacs-hyperbole: Update to 7.1.2.
* gnu/packages/emacs-xyz.scm (emacs-hyperbole): Update to 7.1.2.
This commit is contained in:
		
							parent
							
								
									9c77cbba3d
								
							
						
					
					
						commit
						c9d9392682
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -259,14 +259,14 @@ using geiser.")
 | 
				
			||||||
(define-public emacs-hyperbole
 | 
					(define-public emacs-hyperbole
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-hyperbole")
 | 
					    (name "emacs-hyperbole")
 | 
				
			||||||
    (version "7.0.6")
 | 
					    (version "7.1.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "https://elpa.gnu.org/packages/"
 | 
					       (uri (string-append "https://elpa.gnu.org/packages/"
 | 
				
			||||||
                           "hyperbole-" version ".tar"))
 | 
					                           "hyperbole-" version ".tar"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "08gi4v76s53nfmn3s0qcxc3zii0pspjfd6ry7jq1kgm3z34x8hab"))
 | 
					        (base32 "1bspmqnbniwr9385wh823dsr5fgch5qnlkf45s4vi0nvg8jdccp1"))
 | 
				
			||||||
       (patches
 | 
					       (patches
 | 
				
			||||||
        (search-patches "emacs-hyperbole-toggle-messaging.patch"))))
 | 
					        (search-patches "emacs-hyperbole-toggle-messaging.patch"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue