gnu: emacs-modus-operandi-theme: Update to 0.10.0.
* gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme): Update to 0.10.0.
This commit is contained in:
		
							parent
							
								
									6ebf300959
								
							
						
					
					
						commit
						e9f9f4df0d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -21610,14 +21610,14 @@ Emacs that integrate with major modes like Org-mode.")
 | 
				
			||||||
(define-public emacs-modus-operandi-theme
 | 
					(define-public emacs-modus-operandi-theme
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-modus-operandi-theme")
 | 
					    (name "emacs-modus-operandi-theme")
 | 
				
			||||||
    (version "0.9.0")
 | 
					    (version "0.10.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "https://elpa.gnu.org/packages/"
 | 
					       (uri (string-append "https://elpa.gnu.org/packages/"
 | 
				
			||||||
                           "modus-operandi-theme-" version ".el"))
 | 
					                           "modus-operandi-theme-" version ".el"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0wzwhzpw5g719xxz58v5bjqb8gdz1xzqwxslgm9cng4y3hwy3igh"))))
 | 
					        (base32 "1r6dkfdd967zw1nw58nlw7y1r9x8lcbr5gvjfbcbrw0agh87wb40"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (home-page "https://gitlab.com/protesilaos/modus-themes")
 | 
					    (home-page "https://gitlab.com/protesilaos/modus-themes")
 | 
				
			||||||
    (synopsis "Accessible light theme (WCAG AAA)")
 | 
					    (synopsis "Accessible light theme (WCAG AAA)")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue