gnu: skalibs: Update to 2.3.10.0.
* gnu/packages/skarnet.scm (skalibs): Update to 2.3.10.0. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									2614de3c5a
								
							
						
					
					
						commit
						892aa89477
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -26,7 +26,7 @@
 | 
				
			||||||
(define-public skalibs
 | 
					(define-public skalibs
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "skalibs")
 | 
					    (name "skalibs")
 | 
				
			||||||
    (version "2.3.5.1")
 | 
					    (version "2.3.10.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
      (method url-fetch)
 | 
					      (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -34,7 +34,7 @@
 | 
				
			||||||
                          version ".tar.gz"))
 | 
					                          version ".tar.gz"))
 | 
				
			||||||
      (sha256
 | 
					      (sha256
 | 
				
			||||||
       (base32
 | 
					       (base32
 | 
				
			||||||
        "1m31wph4qr4mqgv51nzwd9nw0x5vmpkcxr48i216wn3dpy3mvxwy"))))
 | 
					        "0i7af224kl1crxgml09wx0x6q8ab79vnyrllfwv2lnq585wi9mg4"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     '(#:configure-flags '("--enable-force-devr") ; do not analyze /dev/random
 | 
					     '(#:configure-flags '("--enable-force-devr") ; do not analyze /dev/random
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue