gnu: emacs-lice-el: Update to 0.3.
* gnu/packages/emacs-xyz.scm (emacs-lice-el): Update to 0.3.
This commit is contained in:
		
							parent
							
								
									bbf9adf525
								
							
						
					
					
						commit
						7fd9c40f60
					
				
					 1 changed files with 34 additions and 35 deletions
				
			
		|  | @ -21897,19 +21897,18 @@ Magit.") | |||
|     (license license:gpl3+))) | ||||
| 
 | ||||
| (define-public emacs-lice-el | ||||
|   (let ((commit "482e58ab83fff86ed754b00be27b62a219597e7c")) | ||||
|   (package | ||||
|     (name "emacs-lice-el") | ||||
|       (version (git-version "0.2" "2" commit)) | ||||
|     (version "0.3") | ||||
|     (source (origin | ||||
|               (method git-fetch) | ||||
|               (uri (git-reference | ||||
|                     (url "https://github.com/buzztaiki/lice-el") | ||||
|                       (commit commit))) | ||||
|                     (commit (string-append "v" version)))) | ||||
|               (file-name (git-file-name name version)) | ||||
|               (sha256 | ||||
|                (base32 | ||||
|                   "0yxkjyhfk8kpr8yqz54gdx6xwkj4s8bnbz60162jh12crj0bs5n7")))) | ||||
|                 "06plnrxj6kgnl9mjcbc48mgagpa60yyyyribwicmcgg9pgrs0wad")))) | ||||
|     (build-system emacs-build-system) | ||||
|     (arguments | ||||
|      `(#:phases | ||||
|  | @ -21937,7 +21936,7 @@ Magit.") | |||
| @item License template management. | ||||
| @item File header insertion. | ||||
| @end itemize\n") | ||||
|       (license license:gpl3+)))) | ||||
|     (license license:gpl3+))) | ||||
| 
 | ||||
| (define-public emacs-academic-phrases | ||||
|   (let ((commit "0823ed8c24b26c32f909b896a469833ec4d7b656")) | ||||
|  |  | |||
		Reference in a new issue