gnu: clp: Update to 1.17.6.
* gnu/packages/maths.scm (clp): Update to 1.17.6.
This commit is contained in:
		
							parent
							
								
									81af0de999
								
							
						
					
					
						commit
						bb9f9e1d1b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1612,14 +1612,14 @@ interfaces.")
 | 
				
			||||||
(define-public clp
 | 
					(define-public clp
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "clp")
 | 
					    (name "clp")
 | 
				
			||||||
    (version "1.17.1")
 | 
					    (version "1.17.6")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "https://www.coin-or.org/download/source/"
 | 
					              (uri (string-append "https://www.coin-or.org/download/source/"
 | 
				
			||||||
                                  "Clp/Clp-" version ".tgz"))
 | 
					                                  "Clp/Clp-" version ".tgz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1wdg820g3iikf9344ijwsc8sy6c0m6im42bzzizm6rlmkvnmxhk9"))
 | 
					                "0ap1f0lxppa6pnbc4bg7ih7a96avwaki482nig8w5fr3vg9wvkzr"))
 | 
				
			||||||
              (modules '((guix build utils)))
 | 
					              (modules '((guix build utils)))
 | 
				
			||||||
              (snippet
 | 
					              (snippet
 | 
				
			||||||
               ;; Make sure we don't use the bundled software.
 | 
					               ;; Make sure we don't use the bundled software.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue