gnu: emacs-org-superstar: Update to 1.5.0.
* gnu/packages/emacs-xyz.scm (emacs-org-superstar): Update to 1.5.0.
This commit is contained in:
		
							parent
							
								
									186c559f9d
								
							
						
					
					
						commit
						178f618c3a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -6610,7 +6610,7 @@ email.")
 | 
				
			||||||
(define-public emacs-org-superstar
 | 
					(define-public emacs-org-superstar
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-org-superstar")
 | 
					    (name "emacs-org-superstar")
 | 
				
			||||||
    (version "1.4.0")
 | 
					    (version "1.5.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -6619,7 +6619,7 @@ email.")
 | 
				
			||||||
             (commit (string-append "v" version))))
 | 
					             (commit (string-append "v" version))))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1aklp6nk05ghpq7ybsbvn28wrygfwqvq58k1hjll97nbhd7h0gyb"))))
 | 
					        (base32 "12inin2p6pm6vbv3yc06fx343dsp0vp07fjb35w088akhikmqh2a"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("emacs-org" ,emacs-org)))
 | 
					     `(("emacs-org" ,emacs-org)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue