gnu: moe: Update to 1.12.
* gnu/packages/moe.scm (moe): Update to 1.12.
This commit is contained in:
		
							parent
							
								
									ca4ab89ddd
								
							
						
					
					
						commit
						2a24c4a138
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
					@ -28,15 +28,14 @@
 | 
				
			||||||
(define-public moe
 | 
					(define-public moe
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "moe")
 | 
					    (name "moe")
 | 
				
			||||||
    (version "1.11")
 | 
					    (version "1.12")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
      (method url-fetch)
 | 
					      (method url-fetch)
 | 
				
			||||||
      (uri (string-append "mirror://gnu/moe/moe-"
 | 
					      (uri (string-append "mirror://gnu/moe/moe-"
 | 
				
			||||||
                          version ".tar.lz"))
 | 
					                          version ".tar.lz"))
 | 
				
			||||||
      (sha256
 | 
					      (sha256
 | 
				
			||||||
       (base32
 | 
					       (base32 "1s51swk8h5k32r2z4i1pla2l15b0v0mh35lwsd5f1y16whmmz24a"))))
 | 
				
			||||||
        "1yg2ln2mm6gzv61cxnv60dw1cr5bl2dhkjy685jrd3aabb7wpyqf"))))
 | 
					 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (native-inputs (list lzip))
 | 
					    (native-inputs (list lzip))
 | 
				
			||||||
    (inputs (list ncurses))
 | 
					    (inputs (list ncurses))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue