gnu: elixir: Update to 1.10.3.
* gnu/packages/elixir.scm (elixir): Update to 1.10.3.
This commit is contained in:
		
							parent
							
								
									813a88bb5a
								
							
						
					
					
						commit
						731e92f0f8
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -33,7 +33,7 @@
 | 
				
			||||||
(define-public elixir
 | 
					(define-public elixir
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "elixir")
 | 
					    (name "elixir")
 | 
				
			||||||
    (version "1.10.2")
 | 
					    (version "1.10.3")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -42,7 +42,7 @@
 | 
				
			||||||
             (commit (string-append "v" version))))
 | 
					             (commit (string-append "v" version))))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "04yi1hljq7ii9flh6pmb5411z7q1bdq9f9sq8323k9hm1f5jwkx6"))
 | 
					        (base32 "18bqqqzvhr1zj491wc3d36a310mg1wcs12npp70zfmgqrc60q65a"))
 | 
				
			||||||
       (patches (search-patches "elixir-path-length.patch"))))
 | 
					       (patches (search-patches "elixir-path-length.patch"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue