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
 | 
					(define-public julia-recipespipeline
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "julia-recipespipeline")
 | 
					    (name "julia-recipespipeline")
 | 
				
			||||||
    (version "0.3.2")
 | 
					    (version "0.3.4")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
      (origin
 | 
					      (origin
 | 
				
			||||||
        (method git-fetch)
 | 
					        (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -3146,8 +3146,7 @@ more complex visualizations.")
 | 
				
			||||||
               (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
 | 
					         (base32 "0zq4bzxvq36zr0va6iip3x97mgq5b4fwza8avszx1ryfqm3lg1f7"))))
 | 
				
			||||||
          "0wa342m2d9k4kihr6g9i0wpbsipp0n11kh9jmlw4pc5msmz4rxr0"))))
 | 
					 | 
				
			||||||
    (build-system julia-build-system)
 | 
					    (build-system julia-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #f))    ; Cycle with Plots.jl.
 | 
					     `(#:tests? #f))    ; Cycle with Plots.jl.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue