gnu: elixir-dialyxir: Update to 1.4.3.
* gnu/packages/elixir-xyz.scm (elixir-dialyxir): Update to 1.4.3. Change-Id: I2abd139ec694d21b4a23940bb9476f6ad577d489 Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
		
							parent
							
								
									0ea33498d5
								
							
						
					
					
						commit
						d2055c577c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -277,13 +277,13 @@ things like Dialyzer errors and Observer.") | |||
| (define-public elixir-dialyxir | ||||
|   (package | ||||
|     (name "elixir-dialyxir") | ||||
|     (version "1.4.1") | ||||
|     (version "1.4.3") | ||||
|     (source | ||||
|      (origin | ||||
|        (method url-fetch) | ||||
|        (uri (hexpm-uri name version)) | ||||
|        (sha256 | ||||
|         (base32 "00cqwhd1wabwds44jz94rvvr8z8cp12884d3lp69fqkrszb9bdw4")))) | ||||
|         (base32 "11m9hxs5byidqyxpzv34m1hwd69jcqqv2h81qfz0cl2wrmsznb5z")))) | ||||
|     (build-system mix-build-system) | ||||
|     (arguments (list #:tests? #f)) ; no tests | ||||
|     (propagated-inputs (list elixir-erlex)) | ||||
|  |  | |||
		Reference in a new issue