gnu: emacs-autothemer: Update to 0.2.18.
* gnu/packages/emacs-xyz.scm (emacs-autothemer): Update to 0.2.18.
This commit is contained in:
		
							parent
							
								
									0007326faa
								
							
						
					
					
						commit
						5da3942b2f
					
				
					 1 changed files with 28 additions and 27 deletions
				
			
		| 
						 | 
					@ -3968,19 +3968,20 @@ or XEmacs.")
 | 
				
			||||||
    (license license:gpl3+)))
 | 
					    (license license:gpl3+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public emacs-autothemer
 | 
					(define-public emacs-autothemer
 | 
				
			||||||
 | 
					  (let ((commit "8f72afc6dba5ad7cc3a201a084fd20571f945d2e")) ;version bump
 | 
				
			||||||
    (package
 | 
					    (package
 | 
				
			||||||
      (name "emacs-autothemer")
 | 
					      (name "emacs-autothemer")
 | 
				
			||||||
    (version "0.2.17")
 | 
					      (version "0.2.18")
 | 
				
			||||||
      (source
 | 
					      (source
 | 
				
			||||||
       (origin
 | 
					       (origin
 | 
				
			||||||
         (method git-fetch)
 | 
					         (method git-fetch)
 | 
				
			||||||
         (uri (git-reference
 | 
					         (uri (git-reference
 | 
				
			||||||
               (url "https://github.com/sebastiansturm/autothemer")
 | 
					               (url "https://github.com/sebastiansturm/autothemer")
 | 
				
			||||||
             (commit version)))
 | 
					               (commit commit)))
 | 
				
			||||||
         (file-name (git-file-name name version))
 | 
					         (file-name (git-file-name name version))
 | 
				
			||||||
         (sha256
 | 
					         (sha256
 | 
				
			||||||
          (base32
 | 
					          (base32
 | 
				
			||||||
         "13lj0igrsdycsr8ldv2hilj2x79c888g4lx2ixqn7w29lw6cb44g"))))
 | 
					           "15f7i39937riswpwjpc1ryg2v0rqj944pwf7rp2ry56rbx4vgl97"))))
 | 
				
			||||||
      (build-system emacs-build-system)
 | 
					      (build-system emacs-build-system)
 | 
				
			||||||
      (arguments
 | 
					      (arguments
 | 
				
			||||||
       (list
 | 
					       (list
 | 
				
			||||||
| 
						 | 
					@ -3996,7 +3997,7 @@ or XEmacs.")
 | 
				
			||||||
       "Autothemer provides a thin layer on top of @code{deftheme} and
 | 
					       "Autothemer provides a thin layer on top of @code{deftheme} and
 | 
				
			||||||
@code{custom-theme-set-faces} that creates a new custom color theme, based on
 | 
					@code{custom-theme-set-faces} that creates a new custom color theme, based on
 | 
				
			||||||
a set of simplified face specifications and a user-supplied color palette.")
 | 
					a set of simplified face specifications and a user-supplied color palette.")
 | 
				
			||||||
    (license license:gpl3+)))
 | 
					      (license license:gpl3+))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public emacs-howm
 | 
					(define-public emacs-howm
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue