gnu: aws-c-common: Update to 0.6.20.
* gnu/packages/c.scm (aws-c-common): Update to 0.6.20. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									25a1c60b1c
								
							
						
					
					
						commit
						f796dc9207
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -585,7 +585,7 @@ portability.")
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "aws-c-common")
 | 
					    (name "aws-c-common")
 | 
				
			||||||
    ; Update only when updating aws-crt-cpp.
 | 
					    ; Update only when updating aws-crt-cpp.
 | 
				
			||||||
    (version "0.6.11")
 | 
					    (version "0.6.20")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri (git-reference
 | 
					              (uri (git-reference
 | 
				
			||||||
| 
						 | 
					@ -594,7 +594,7 @@ portability.")
 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1v4dhygiynl75y3702lbp9j8kph88j4f2sq39s4lkhn6lmbz5f0f"))))
 | 
					                "089grcj58n4xs41kmnpaqpwsalcisjbqqb5yqahxxyfx2lf1j9c9"))))
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     '(#:configure-flags
 | 
					     '(#:configure-flags
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue