gnu: julia-recipespipeline: Update to 0.3.4.
* gnu/packages/julia-xyz.scm (julia-recipespipeline): Update to 0.3.4.
This commit is contained in:
		
							parent
							
								
									230d77d958
								
							
						
					
					
						commit
						831ce9b94e
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -3137,7 +3137,7 @@ more complex visualizations.")
 | 
			
		|||
(define-public julia-recipespipeline
 | 
			
		||||
  (package
 | 
			
		||||
    (name "julia-recipespipeline")
 | 
			
		||||
    (version "0.3.2")
 | 
			
		||||
    (version "0.3.4")
 | 
			
		||||
    (source
 | 
			
		||||
      (origin
 | 
			
		||||
        (method git-fetch)
 | 
			
		||||
| 
						 | 
				
			
			@ -3146,8 +3146,7 @@ more complex visualizations.")
 | 
			
		|||
               (commit (string-append "v" version))))
 | 
			
		||||
        (file-name (git-file-name name version))
 | 
			
		||||
        (sha256
 | 
			
		||||
         (base32
 | 
			
		||||
          "0wa342m2d9k4kihr6g9i0wpbsipp0n11kh9jmlw4pc5msmz4rxr0"))))
 | 
			
		||||
         (base32 "0zq4bzxvq36zr0va6iip3x97mgq5b4fwza8avszx1ryfqm3lg1f7"))))
 | 
			
		||||
    (build-system julia-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:tests? #f))    ; Cycle with Plots.jl.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue