gnu: emacs-org: Update to 20160912.
* gnu/packages/emacs.scm (emacs-org): Update to 20160912. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
		
							parent
							
								
									8120205ccd
								
							
						
					
					
						commit
						006a832ccb
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -3017,14 +3017,14 @@ passive voice.")
 | 
				
			||||||
(define-public emacs-org
 | 
					(define-public emacs-org
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-org")
 | 
					    (name "emacs-org")
 | 
				
			||||||
    (version "20160815")
 | 
					    (version "20160912")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "http://orgmode.org/elpa/org-"
 | 
					              (uri (string-append "http://orgmode.org/elpa/org-"
 | 
				
			||||||
                                  version ".tar"))
 | 
					                                  version ".tar"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0k9pa13kpmpi6irmbavxffgqfanhjnijz4mkmmi0zp7kgjfbaliw"))))
 | 
					                "1xawj0pdvqrgzlixxgbfa01gzajfaz47anr5m4aw035rhc6s02r7"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (home-page "http://orgmode.org/")
 | 
					    (home-page "http://orgmode.org/")
 | 
				
			||||||
    (synopsis "Outline-based notes management and organizer")
 | 
					    (synopsis "Outline-based notes management and organizer")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue