gnu: emacs-org, emacs-org-contrib: Update version.
* gnu/packages/emacs.scm (emacs-org): Update to 9.1.10. (emacs-org-contrib): Update to 20180416.
This commit is contained in:
		
							parent
							
								
									582c122e7b
								
							
						
					
					
						commit
						1af4212ae4
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -4618,14 +4618,14 @@ passive voice.")
 | 
				
			||||||
    (name "emacs-org")
 | 
					    (name "emacs-org")
 | 
				
			||||||
    ;; emacs-org-contrib inherits from this package.  Please update its sha256
 | 
					    ;; emacs-org-contrib inherits from this package.  Please update its sha256
 | 
				
			||||||
    ;; checksum as well.
 | 
					    ;; checksum as well.
 | 
				
			||||||
    (version "9.1.9")
 | 
					    (version "9.1.10")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "http://elpa.gnu.org/packages/org-"
 | 
					              (uri (string-append "http://elpa.gnu.org/packages/org-"
 | 
				
			||||||
                                  version ".tar"))
 | 
					                                  version ".tar"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "16yr0srfzsrzv2b1f2wjk8gb2pyhsgj2hxbscixirkxqz674c5cl"))))
 | 
					                "01vvq6m7r2ifyflvq5ga241qvl4j62smz0zr6jljk56b6nqi20lm"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (home-page "https://orgmode.org/")
 | 
					    (home-page "https://orgmode.org/")
 | 
				
			||||||
    (synopsis "Outline-based notes management and organizer")
 | 
					    (synopsis "Outline-based notes management and organizer")
 | 
				
			||||||
| 
						 | 
					@ -4639,14 +4639,14 @@ reproducible research.")
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (inherit emacs-org)
 | 
					    (inherit emacs-org)
 | 
				
			||||||
    (name "emacs-org-contrib")
 | 
					    (name "emacs-org-contrib")
 | 
				
			||||||
    (version "20180327")
 | 
					    (version "20180416")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "https://orgmode.org/elpa/org-plus-contrib-"
 | 
					              (uri (string-append "https://orgmode.org/elpa/org-plus-contrib-"
 | 
				
			||||||
                                  version ".tar"))
 | 
					                                  version ".tar"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1y1nn0bxnh9y4a3zrqng8n639j5da5387q2314sr3a8ggy1nb93s"))))
 | 
					                "1f5zdfsa1fcf66hk3w57wh5385069yg0b86h57jgkcbmxkcmj6ij"))))
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:modules ((guix build emacs-build-system)
 | 
					     `(#:modules ((guix build emacs-build-system)
 | 
				
			||||||
                  (guix build utils)
 | 
					                  (guix build utils)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue