gnu: emacs-org-fragtog: Update to 0.3.3.
* gnu/packages/emacs-xyz.scm (emacs-org-fragtog): Update to 0.3.3.
This commit is contained in:
		
							parent
							
								
									59dd6dfb91
								
							
						
					
					
						commit
						79a99af640
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -4950,7 +4950,7 @@ displays the priority part of a heading as your preferred string value.")
 | 
				
			||||||
(define-public emacs-org-fragtog
 | 
					(define-public emacs-org-fragtog
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-org-fragtog")
 | 
					    (name "emacs-org-fragtog")
 | 
				
			||||||
    (version "0.3.2")
 | 
					    (version "0.3.3")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -4959,7 +4959,7 @@ displays the priority part of a heading as your preferred string value.")
 | 
				
			||||||
             (commit version)))
 | 
					             (commit version)))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0cw8903nw0mrn9kppwlypsb6h9m54zrb6y969yj0gnkza6gqy36c"))))
 | 
					        (base32 "02g4a5lsmalc5mcybimx7ils43w3ac6269n9kzcnw59bj0i5kkcj"))))
 | 
				
			||||||
    (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