gnu: icedtea6: Update to 1.13.7.
* gnu/packages/java.scm (icedtea6): Update to version 1.13.7.
This commit is contained in:
		
							parent
							
								
									a8bd3e5ebb
								
							
						
					
					
						commit
						e46d517f6d
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -102,7 +102,7 @@ build process and its dependencies, whereas Make uses Makefile format.")
 | 
			
		|||
(define-public icedtea6
 | 
			
		||||
  (package
 | 
			
		||||
    (name "icedtea6")
 | 
			
		||||
    (version "1.13.6")
 | 
			
		||||
    (version "1.13.7")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (string-append
 | 
			
		||||
| 
						 | 
				
			
			@ -110,7 +110,7 @@ build process and its dependencies, whereas Make uses Makefile format.")
 | 
			
		|||
                    version ".tar.xz"))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "16ac3f7kkln5skg202vllagkhjxrwd47h56diwzhfidhwjlz7410"))
 | 
			
		||||
                "0fqq898h0mk554mya5z4j9p4x6sg2qj0ckqzx65x49zcjjp69jm5"))
 | 
			
		||||
              (modules '((guix build utils)))
 | 
			
		||||
              (snippet
 | 
			
		||||
               '(substitute* "Makefile.in"
 | 
			
		||||
| 
						 | 
				
			
			@ -462,10 +462,10 @@ build process and its dependencies, whereas Make uses Makefile format.")
 | 
			
		|||
       ("openjdk6-src"
 | 
			
		||||
        ,(origin
 | 
			
		||||
           (method url-fetch)
 | 
			
		||||
           (uri "https://java.net/downloads/openjdk6/openjdk-6-src-b34-20_jan_2015.tar.xz")
 | 
			
		||||
           (uri "https://java.net/downloads/openjdk6/openjdk-6-src-b35-14_apr_2015.tar.gz")
 | 
			
		||||
           (sha256
 | 
			
		||||
            (base32
 | 
			
		||||
             "0lafxvi255r22pjljkj9x6liacqdgin8smdmh6nzkdjjw7hv9l8k"))))
 | 
			
		||||
             "05glw29vy4yw9rkjy9y8wg6ybzi89gjwi19qpnfda978x02r2x5p"))))
 | 
			
		||||
       ("lcms" ,lcms)
 | 
			
		||||
       ("zlib" ,zlib)
 | 
			
		||||
       ("gtk" ,gtk+-2)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue