gnu: m2-planet: Update to 1.8.0.
* gnu/packages/mes.scm (m2-planet): Update to 1.8.0.
This commit is contained in:
		
							parent
							
								
									8b627a7701
								
							
						
					
					
						commit
						0b9da8b5a2
					
				
					 1 changed files with 27 additions and 28 deletions
				
			
		|  | @ -360,25 +360,24 @@ get_machine.") | ||||||
|                #t)))))))) |                #t)))))))) | ||||||
| 
 | 
 | ||||||
| (define-public m2-planet | (define-public m2-planet | ||||||
|   (let ((commit "b87ddb0051b168ea45f8d49a610dcd069263336a") |  | ||||||
|         (revision "2")) |  | ||||||
|   (package |   (package | ||||||
|     (name "m2-planet") |     (name "m2-planet") | ||||||
|       (version (string-append "1.4.0-" revision "." (string-take commit 7))) |     (version "1.8.0") | ||||||
|     (source (origin |     (source (origin | ||||||
|               (method git-fetch) |               (method git-fetch) | ||||||
|               (uri (git-reference |               (uri (git-reference | ||||||
|                     (url "https://github.com/oriansj/m2-planet") |                     (url "https://github.com/oriansj/m2-planet") | ||||||
|                       (commit commit))) |                     (commit (string-append "Release_" version)) | ||||||
|  |                     (recursive? #t)))             ;for M2libc | ||||||
|               (file-name (git-file-name name version)) |               (file-name (git-file-name name version)) | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|                   "0yyc0fcbbxi9jqa1n76x0rwspdrwmc8g09jlmsw9c35nflrhmz8q")))) |                 "0525fhijrjljgaabmgsjy8yk2pmh5zf8lwa44wpvkjc18knl7nza")))) | ||||||
|       (native-inputs |     (native-inputs (list mescc-tools)) | ||||||
|        (list mescc-tools)) |  | ||||||
|     (build-system gnu-build-system) |     (build-system gnu-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|        `(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))) |      `(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out")) | ||||||
|  |                           ,(string-append "CC=" (cc-for-target))) | ||||||
|        #:tests? #f |        #:tests? #f | ||||||
|        #:phases (modify-phases %standard-phases |        #:phases (modify-phases %standard-phases | ||||||
|                   (delete 'bootstrap) |                   (delete 'bootstrap) | ||||||
|  | @ -392,4 +391,4 @@ also has an implementation in the M1 macro assembly language.  M2-Planet is | ||||||
| built as Phase-5 of the full source bootstrapping process and is capable of | built as Phase-5 of the full source bootstrapping process and is capable of | ||||||
| building GNU Mes.") | building GNU Mes.") | ||||||
|     (home-page "https://github.com/oriansj/m2-planet") |     (home-page "https://github.com/oriansj/m2-planet") | ||||||
|       (license gpl3+)))) |     (license gpl3+))) | ||||||
|  |  | ||||||
		Reference in a new issue