gnu: emacs-simple-modeline: Update to 1.4.
* gnu/packages/emacs-xyz.scm (emacs-simple-modeline): Update to 1.4.
This commit is contained in:
		
							parent
							
								
									368887faa4
								
							
						
					
					
						commit
						0fc6f38e90
					
				
					 1 changed files with 19 additions and 21 deletions
				
			
		| 
						 | 
					@ -25700,27 +25700,25 @@ replicate some of the features of the Doom modeline package.")
 | 
				
			||||||
    (license license:gpl2+)))
 | 
					    (license license:gpl2+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public emacs-simple-modeline
 | 
					(define-public emacs-simple-modeline
 | 
				
			||||||
  (let ((commit "38973dec2912e2136d8fde5f2667063863fee15a")
 | 
					 | 
				
			||||||
        (revision "1"))
 | 
					 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-simple-modeline")
 | 
					    (name "emacs-simple-modeline")
 | 
				
			||||||
      (version (git-version"1.2" revision commit))
 | 
					    (version "1.4")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
       (uri (git-reference
 | 
					       (uri (git-reference
 | 
				
			||||||
             (url "https://github.com/gexplorer/simple-modeline")
 | 
					             (url "https://github.com/gexplorer/simple-modeline")
 | 
				
			||||||
               (commit commit)))
 | 
					             (commit version)))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
           "0y70hc3x8rxr8b5x8d0a23gpcadzrn43wmrsvqqxmmkqqp45n7gj"))))
 | 
					         "1rnzrx7gcaw056cqvnb1wai4hala0r0gpk3a4kyyghyp9hmrxbb5"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (home-page "https://github.com/gexplorer/simple-modeline")
 | 
					    (home-page "https://github.com/gexplorer/simple-modeline")
 | 
				
			||||||
    (synopsis "Simple mode-line configuration for Emacs")
 | 
					    (synopsis "Simple mode-line configuration for Emacs")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
     "This package provides a simple mode-line configuration for Emacs.")
 | 
					     "This package provides a simple mode-line configuration for Emacs.")
 | 
				
			||||||
      (license license:gpl3+))))
 | 
					    (license license:gpl3+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public emacs-frames-only-mode
 | 
					(define-public emacs-frames-only-mode
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue