gnu: emacs-modus-themes: Update to 2.6.0.
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 2.6.0.
This commit is contained in:
		
							parent
							
								
									e8b4e03e29
								
							
						
					
					
						commit
						6ce0ab08e2
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -28106,7 +28106,7 @@ Emacs that integrate with major modes like Org-mode.")
 | 
				
			||||||
(define-public emacs-modus-themes
 | 
					(define-public emacs-modus-themes
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-modus-themes")
 | 
					    (name "emacs-modus-themes")
 | 
				
			||||||
    (version "2.5.0")
 | 
					    (version "2.6.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -28115,7 +28115,7 @@ Emacs that integrate with major modes like Org-mode.")
 | 
				
			||||||
             (commit version)))
 | 
					             (commit version)))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0ng85240zabw87ac53xnrlrafp10ns5wn6dgv9d1jxvnq40p7zqz"))))
 | 
					        (base32 "1zl1gd3jlkanjmlsxmwhqaiwyblp6kzznfjnw9cq8ah2390y9n1c"))))
 | 
				
			||||||
    (native-inputs (list texinfo))
 | 
					    (native-inputs (list texinfo))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue