gnu: emacs-modus-themes: Update to 2.3.3.
[[PGP Signed Part:No public key for 2208D20958C1DEB0 created at 2022-05-05T09:12:05+0200 using RSA]] * gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 2.3.3. * gnu/packages/emacs-xyz.scm (emacs-modus-themes)[source]: Change repository. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									6b974845c7
								
							
						
					
					
						commit
						1ebc27475c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -27555,7 +27555,7 @@ Emacs that integrate with major modes like Org-mode.")
 | 
			
		|||
(define-public emacs-modus-themes
 | 
			
		||||
  (package
 | 
			
		||||
    (name "emacs-modus-themes")
 | 
			
		||||
    (version "2.3.2")
 | 
			
		||||
    (version "2.3.3")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
| 
						 | 
				
			
			@ -27564,7 +27564,7 @@ Emacs that integrate with major modes like Org-mode.")
 | 
			
		|||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "00c3sa663rnl2rvnjdqzghcyfbdri09xjfigyrgd5xa3y0mnpqiz"))))
 | 
			
		||||
        (base32 "14nfb94y9vcnpmwj9acwl6h5v0h1c6swqf33ch4zimxxqgx9zrm4"))))
 | 
			
		||||
    (native-inputs (list texinfo))
 | 
			
		||||
    (build-system emacs-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue