gnu: libngspice: Update source URI list.
* gnu/packages/engineering.scm (libngspice)[source]: Add alternate source URI.
This commit is contained in:
		
							parent
							
								
									919100ef09
								
							
						
					
					
						commit
						b4731adf82
					
				
					 1 changed files with 6 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1537,8 +1537,12 @@ high-performance parallel differential evolution (DE) optimization algorithm.")
 | 
			
		|||
    (version "28")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (string-append "mirror://sourceforge/ngspice/ng-spice-rework/"
 | 
			
		||||
                                  version "/ngspice-" version ".tar.gz"))
 | 
			
		||||
              (uri (list
 | 
			
		||||
                     (string-append "mirror://sourceforge/ngspice/ng-spice-rework/"
 | 
			
		||||
                                    version "/ngspice-" version ".tar.gz")
 | 
			
		||||
                     (string-append "mirror://sourceforge/ngspice/ng-spice-rework/"
 | 
			
		||||
                                    "old-releases/" version
 | 
			
		||||
                                    "/ngspice-" version ".tar.gz")))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "0rnz2rdgyav16w7wfn3sfrk2lwvvgz1fh0l9107zkcldijklz04l"))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue