gnu: debian-archive-keyring: Update to 2023.3.
* gnu/packages/debian.scm (debian-archive-keyring): Update to 2023.3.
This commit is contained in:
		
							parent
							
								
									18f7954b4b
								
							
						
					
					
						commit
						a0e98a0214
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -47,7 +47,7 @@
 | 
				
			||||||
(define-public debian-archive-keyring
 | 
					(define-public debian-archive-keyring
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "debian-archive-keyring")
 | 
					    (name "debian-archive-keyring")
 | 
				
			||||||
    (version "2021.1.1")
 | 
					    (version "2023.3")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
      (origin
 | 
					      (origin
 | 
				
			||||||
        (method git-fetch)
 | 
					        (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -57,7 +57,7 @@
 | 
				
			||||||
        (file-name (git-file-name name version))
 | 
					        (file-name (git-file-name name version))
 | 
				
			||||||
        (sha256
 | 
					        (sha256
 | 
				
			||||||
         (base32
 | 
					         (base32
 | 
				
			||||||
          "0dcmv7y1k6j3a646kr0rkd2a0c4j2wrz868bh8j9zjx1npzns73q"))))
 | 
					          "1x0hsgfq08c53ws5llkhr1jqwr6yr0sccy5w9pz3p1dzbgfv2wd5"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     '(#:test-target "verify-results"
 | 
					     '(#:test-target "verify-results"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue