gnu: fswatch: Update to 1.15.0.
* gnu/packages/monitoring.scm (fswatch): Update to 1.15.0.
This commit is contained in:
		
							parent
							
								
									6e06192ca4
								
							
						
					
					
						commit
						b6d2e60175
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -429,7 +429,7 @@ written in Go with pluggable metric collectors.")
 | 
				
			||||||
(define-public fswatch
 | 
					(define-public fswatch
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "fswatch")
 | 
					    (name "fswatch")
 | 
				
			||||||
    (version "1.14.0")
 | 
					    (version "1.15.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri (git-reference
 | 
					              (uri (git-reference
 | 
				
			||||||
| 
						 | 
					@ -438,7 +438,7 @@ written in Go with pluggable metric collectors.")
 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1ihn7wp3y7ml2lm8drz2hc6fmgj8kygbygnw8mz7gjax88f9dbx7"))))
 | 
					                "1yz65jsbgdx4cmy16x24wz5di352lvyi7fp6jm90bhgl1vpzxlsx"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("autoconf" ,autoconf)
 | 
					     `(("autoconf" ,autoconf)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue