gnu: czmq: Update to 4.1.1.
* gnu/packages/networking.scm (czmq): Update to 4.1.1.
This commit is contained in:
		
							parent
							
								
									ce9ae8a1c3
								
							
						
					
					
						commit
						00172e171c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -275,7 +275,7 @@ more.")
 | 
				
			||||||
(define-public czmq
 | 
					(define-public czmq
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "czmq")
 | 
					    (name "czmq")
 | 
				
			||||||
    (version "4.1.0")
 | 
					    (version "4.1.1")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append
 | 
					              (uri (string-append
 | 
				
			||||||
| 
						 | 
					@ -284,7 +284,7 @@ more.")
 | 
				
			||||||
                    "/" name "-" version ".tar.gz"))
 | 
					                    "/" name "-" version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "04gwf61rijwm6b2wblwv8gky1gdrbfmg1d19hf72kdc691ds7vrv"))))
 | 
					                "1h5hrcsc30fcwb032vy5gxkq4j4vv1y4dj460rfs1hhxi0cz83zh"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     '(;; TODO Tests fail for some reason:
 | 
					     '(;; TODO Tests fail for some reason:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue