gnu: redis: Update to 3.2.0.
This commit is contained in:
		
							parent
							
								
									e42eb908f6
								
							
						
					
					
						commit
						218a21069a
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -2,7 +2,7 @@
 | 
			
		|||
;;; Copyright © 2012, 2013, 2014, 2015 Ludovic Courtès <ludo@gnu.org>
 | 
			
		||||
;;; Copyright © 2012, 2014, 2015 Andreas Enge <andreas@enge.fr>
 | 
			
		||||
;;; Copyright © 2013 Cyril Roelandt <tipecaml@gmail.com>
 | 
			
		||||
;;; Copyright © 2014 David Thompson <davet@gnu.org>
 | 
			
		||||
;;; Copyright © 2014, 2016 David Thompson <davet@gnu.org>
 | 
			
		||||
;;; Copyright © 2014, 2015, 2016 Mark H Weaver <mhw@netris.org>
 | 
			
		||||
;;; Copyright © 2015 Eric Bavier <bavier@member.fsf.org>
 | 
			
		||||
;;; Copyright © 2015 Sou Bunnbu <iyzsong@gmail.com>
 | 
			
		||||
| 
						 | 
				
			
			@ -863,14 +863,14 @@ similar to BerkeleyDB, LevelDB, etc.")
 | 
			
		|||
(define-public redis
 | 
			
		||||
  (package
 | 
			
		||||
    (name "redis")
 | 
			
		||||
    (version "3.0.7")
 | 
			
		||||
    (version "3.2.0")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (string-append "http://download.redis.io/releases/redis-"
 | 
			
		||||
                                  version".tar.gz"))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "08vzfdr67gp3lvk770qpax2c5g2sx8hn6p64jn3jddrvxb2939xj"))))
 | 
			
		||||
                "0ql7zp061xr66a1dzpa6a0ijm8zm133dd364va7q5h8avkrim7wq"))))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     '(#:tests? #f ; tests related to master/slave and replication fail
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue