gnu: numactl: Update to 2.0.16.
* gnu/packages/linux.scm (numactl): Update to 2.0.16.
This commit is contained in:
		
							parent
							
								
									9dac05cb9a
								
							
						
					
					
						commit
						fa7e2978b9
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -3524,7 +3524,7 @@ compressed, transparent to other programs, without decompressing them.")
 | 
				
			||||||
(define-public numactl
 | 
					(define-public numactl
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "numactl")
 | 
					    (name "numactl")
 | 
				
			||||||
    (version "2.0.14")
 | 
					    (version "2.0.16")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append
 | 
					              (uri (string-append
 | 
				
			||||||
| 
						 | 
					@ -3532,7 +3532,7 @@ compressed, transparent to other programs, without decompressing them.")
 | 
				
			||||||
                    version "/numactl-" version ".tar.gz"))
 | 
					                    version "/numactl-" version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1xngddsph43bxljywahi9d44fxr022slsap4hh91w8xnq54d2sw2"))))
 | 
					                "1j67wx3383fwqbvhg4nwqf72vpdgimmrvkpn3b9s2xzr7a4jy90v"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(,@(if (target-riscv64?)
 | 
					     `(,@(if (target-riscv64?)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue