gnu: emacs-hercules: Update to 0.2.1.
* gnu/packages/emacs-xyz.scm (emacs-hercules): Update to 0.2.1.
This commit is contained in:
		
							parent
							
								
									747b6b0497
								
							
						
					
					
						commit
						ee6bfffe19
					
				
					 1 changed files with 21 additions and 22 deletions
				
			
		| 
						 | 
					@ -9325,20 +9325,19 @@ settings).")
 | 
				
			||||||
    (license license:gpl3+)))
 | 
					    (license license:gpl3+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public emacs-hercules
 | 
					(define-public emacs-hercules
 | 
				
			||||||
  (let ((commit "3345904a0dab4c7a4d4478f0766f1d9f5d1bb501")
 | 
					 | 
				
			||||||
        (revision "1"))
 | 
					 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-hercules")
 | 
					    (name "emacs-hercules")
 | 
				
			||||||
      (version (git-version "0.2" revision commit))
 | 
					    (version "0.2.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
       (uri (git-reference
 | 
					       (uri (git-reference
 | 
				
			||||||
             (url "https://gitlab.com/jjzmajic/hercules.el.git")
 | 
					             (url "https://gitlab.com/jjzmajic/hercules.el.git")
 | 
				
			||||||
               (commit commit)))
 | 
					             (commit (string-append "v" version))))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
          (base32 "0cpq8h6l47nqhzch6snax5yrhxl8p4wn35q13ci35lj3iq8kmlk8"))))
 | 
					        (base32
 | 
				
			||||||
 | 
					         "19939pf5d6p2facmfhpyghx0vipb5k6ry3bmkmjfkj1zp132zfqf"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("emacs-which-key" ,emacs-which-key)))
 | 
					     `(("emacs-which-key" ,emacs-which-key)))
 | 
				
			||||||
| 
						 | 
					@ -9348,7 +9347,7 @@ settings).")
 | 
				
			||||||
     "This package provides sticky-key-like functionality to obviate the
 | 
					     "This package provides sticky-key-like functionality to obviate the
 | 
				
			||||||
need for repeated prefix-key sequences, and can reuse existing keymaps. The
 | 
					need for repeated prefix-key sequences, and can reuse existing keymaps. The
 | 
				
			||||||
list of commands is displayed in a handy popup.")
 | 
					list of commands is displayed in a handy popup.")
 | 
				
			||||||
      (license license:gpl3+))))
 | 
					    (license license:gpl3+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public emacs-ws-butler
 | 
					(define-public emacs-ws-butler
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue