gnu: liburcu: Update to 0.13.1.
* gnu/packages/datastructures.scm (liburcu): Update to 0.13.1.
This commit is contained in:
		
							parent
							
								
									cfd68599ff
								
							
						
					
					
						commit
						6d4573250d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -137,14 +137,14 @@ in between these sequences may be different in both content and length.")
 | 
				
			||||||
(define-public liburcu
 | 
					(define-public liburcu
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "liburcu")
 | 
					    (name "liburcu")
 | 
				
			||||||
    (version "0.13.0")
 | 
					    (version "0.13.1")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "https://www.lttng.org/files/urcu/"
 | 
					              (uri (string-append "https://www.lttng.org/files/urcu/"
 | 
				
			||||||
                                  "userspace-rcu-" version ".tar.bz2"))
 | 
					                                  "userspace-rcu-" version ".tar.bz2"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "085s437nig6bdiv9im4k4qwqbrbnc4qw9flqi16jlb493az0vcnb"))))
 | 
					                "10rh6v9j13622cjlzx31cfpghjy0kqkvn6pb42whwwcg5cyz64rj"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list perl))                 ; for tests
 | 
					     (list perl))                 ; for tests
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue