gnu: emacs-org: Update to 20161224.
* gnu/packages/emacs.scm (emacs-org): Update to 20161224. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
		
							parent
							
								
									9e6c7c425e
								
							
						
					
					
						commit
						d531b9fdfe
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -3266,14 +3266,14 @@ passive voice.")
 | 
			
		|||
(define-public emacs-org
 | 
			
		||||
  (package
 | 
			
		||||
    (name "emacs-org")
 | 
			
		||||
    (version "20161214")
 | 
			
		||||
    (version "20161224")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (string-append "http://elpa.gnu.org/packages/org-"
 | 
			
		||||
                                  version ".tar"))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "0pa9d0l6axif5wlzi7lvxl0fpjwwvc79cy9d37z7md4hxyjdvwzm"))))
 | 
			
		||||
                "0b10bjypn0w5ja776f8sxl1qpvb61iyz1n3c74jx6fqwypv7dmgi"))))
 | 
			
		||||
    (build-system emacs-build-system)
 | 
			
		||||
    (home-page "http://orgmode.org/")
 | 
			
		||||
    (synopsis "Outline-based notes management and organizer")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue