gnu: nss, nss-certs: Update to 3.29.3.
* gnu/packages/gnuzilla.scm (nss): Update to 3.29.3. * gnu/packages/certs.scm (nss-certs): Update to 3.29.3.
This commit is contained in:
		
							parent
							
								
									87f1c7efc1
								
							
						
					
					
						commit
						4f3dcdd99b
					
				
					 2 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -74,7 +74,7 @@
 | 
				
			||||||
(define-public nss-certs
 | 
					(define-public nss-certs
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "nss-certs")
 | 
					    (name "nss-certs")
 | 
				
			||||||
    (version "3.29.2")
 | 
					    (version "3.29.3")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (let ((version-with-underscores
 | 
					              (uri (let ((version-with-underscores
 | 
				
			||||||
| 
						 | 
					@ -85,7 +85,7 @@
 | 
				
			||||||
                      "nss-" version ".tar.gz")))
 | 
					                      "nss-" version ".tar.gz")))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "149807rmzb76hnh48rw4m9jw83iw0168njzchz0hmbsgc8mk0i5w"))))
 | 
					                "1sz1r2iml9bhd4iqiqz75gii855a25895vpy9scjky0y4lqwrp9m"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (outputs '("out"))
 | 
					    (outputs '("out"))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -186,7 +186,7 @@ in the Mozilla clients.")
 | 
				
			||||||
(define-public nss
 | 
					(define-public nss
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "nss")
 | 
					    (name "nss")
 | 
				
			||||||
    (version "3.29.2")
 | 
					    (version "3.29.3")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (let ((version-with-underscores
 | 
					              (uri (let ((version-with-underscores
 | 
				
			||||||
| 
						 | 
					@ -197,7 +197,7 @@ in the Mozilla clients.")
 | 
				
			||||||
                      "nss-" version ".tar.gz")))
 | 
					                      "nss-" version ".tar.gz")))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "149807rmzb76hnh48rw4m9jw83iw0168njzchz0hmbsgc8mk0i5w"))
 | 
					                "1sz1r2iml9bhd4iqiqz75gii855a25895vpy9scjky0y4lqwrp9m"))
 | 
				
			||||||
              ;; Create nss.pc and nss-config.
 | 
					              ;; Create nss.pc and nss-config.
 | 
				
			||||||
              (patches (search-patches "nss-pkgconfig.patch"))))
 | 
					              (patches (search-patches "nss-pkgconfig.patch"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue