gnu: redis: Update to 3.0.4
* gnu/packages/databases.scm (redis): Update to 3.0.4.
This commit is contained in:
		
							parent
							
								
									0081410da0
								
							
						
					
					
						commit
						785fb60e1f
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -738,14 +738,14 @@ similar to BerkeleyDB, LevelDB, etc.") | ||||||
| (define-public redis | (define-public redis | ||||||
|   (package |   (package | ||||||
|     (name "redis") |     (name "redis") | ||||||
|     (version "3.0.3") |     (version "3.0.4") | ||||||
|     (source (origin |     (source (origin | ||||||
|               (method url-fetch) |               (method url-fetch) | ||||||
|               (uri (string-append "http://download.redis.io/releases/redis-" |               (uri (string-append "http://download.redis.io/releases/redis-" | ||||||
|                                   version".tar.gz")) |                                   version".tar.gz")) | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|                 "19cxdrk380qachw160h1x51mwj7kpkxlggfzfh19bl0nbdkgl20x")))) |                 "1kqjc4qrasadgnl3cg71x3g5qpw2rilyk4pwl151698rb2nr0pm3")))) | ||||||
|     (build-system gnu-build-system) |     (build-system gnu-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      '(#:tests? #f ; tests related to master/slave and replication fail |      '(#:tests? #f ; tests related to master/slave and replication fail | ||||||
|  |  | ||||||
		Reference in a new issue