gnu: emacs-org-re-reveal: Update to 3.16.0.
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.16.0.
This commit is contained in:
		
							parent
							
								
									23c97e2e88
								
							
						
					
					
						commit
						c558fed4db
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -21380,7 +21380,7 @@ powerful Org contents.")
 | 
				
			||||||
(define-public emacs-org-re-reveal
 | 
					(define-public emacs-org-re-reveal
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-org-re-reveal")
 | 
					    (name "emacs-org-re-reveal")
 | 
				
			||||||
    (version "3.15.0")
 | 
					    (version "3.16.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -21389,7 +21389,7 @@ powerful Org contents.")
 | 
				
			||||||
             (commit version)))
 | 
					             (commit version)))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0mn7qn80289gizvnxyjjs00b7qmlf0692kai7qgzgfj6i87pjc38"))))
 | 
					        (base32 "0w6v7x4y0wn8af48vfn8m5h46w09wncwgcc9q8pl3zf92s50drg7"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     (list emacs-htmlize emacs-org))
 | 
					     (list emacs-htmlize emacs-org))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue