gnu: drbd-utils: Update to 9.22.0.
* gnu/packages/cluster.scm (drbd-utils): Update to 9.22.0.
This commit is contained in:
		
							parent
							
								
									c552a7e737
								
							
						
					
					
						commit
						2017d424e0
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -46,14 +46,14 @@
 | 
				
			||||||
(define-public drbd-utils
 | 
					(define-public drbd-utils
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "drbd-utils")
 | 
					    (name "drbd-utils")
 | 
				
			||||||
    (version "9.21.2")
 | 
					    (version "9.22.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (list (string-append "https://pkg.linbit.com/downloads/drbd"
 | 
					              (uri (list (string-append "https://pkg.linbit.com/downloads/drbd"
 | 
				
			||||||
                                        "/utils/drbd-utils-" version ".tar.gz")))
 | 
					                                        "/utils/drbd-utils-" version ".tar.gz")))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1zhinblhpfb7wq3wkaim4xzx1m89671djvnrf4vjabfzpclkz60h"))
 | 
					                "02zdfd9xg5xdxps2bg9ch3vkrs800whsycazkvgi29p80nihq1vm"))
 | 
				
			||||||
              (modules '((guix build utils)))
 | 
					              (modules '((guix build utils)))
 | 
				
			||||||
              (snippet
 | 
					              (snippet
 | 
				
			||||||
               '(begin
 | 
					               '(begin
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue