gnu: julia-scanbyte: Update to 0.4.0.
* gnu/packages/julia-xyz.scm (julia-scanbyte): Update to 0.4.0.
This commit is contained in:
		
							parent
							
								
									434bb0a4db
								
							
						
					
					
						commit
						be7d68f08b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -5530,7 +5530,7 @@ a loadable module.")
 | 
				
			||||||
(define-public julia-scanbyte
 | 
					(define-public julia-scanbyte
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "julia-scanbyte")
 | 
					    (name "julia-scanbyte")
 | 
				
			||||||
    (version "0.3.2")
 | 
					    (version "0.4.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
      (origin
 | 
					      (origin
 | 
				
			||||||
        (method git-fetch)
 | 
					        (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -5539,7 +5539,7 @@ a loadable module.")
 | 
				
			||||||
               (commit (string-append "v" version))))
 | 
					               (commit (string-append "v" version))))
 | 
				
			||||||
        (file-name (git-file-name name version))
 | 
					        (file-name (git-file-name name version))
 | 
				
			||||||
        (sha256
 | 
					        (sha256
 | 
				
			||||||
         (base32 "1c18hkcb0h6l437v2s02kijjkyly91mqark84czvh8yzxm19hr7k"))))
 | 
					         (base32 "1ww7bbh02s4l917dwkzg9pq71xk0db2rba247vz1xfm24msi8lwj"))))
 | 
				
			||||||
    (build-system julia-build-system)
 | 
					    (build-system julia-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     (list julia-simd))
 | 
					     (list julia-simd))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue