gnu: perl-plack-test-externalserver: Update to 0.02.
* gnu/packages/web.scm (perl-plack-test-externalserver): Update to 0.02.
This commit is contained in:
		
							parent
							
								
									5bbe07a041
								
							
						
					
					
						commit
						22c31e07a5
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
					@ -3473,15 +3473,14 @@ and stop fake requests using 'enable_if' directive in your app.psgi.")
 | 
				
			||||||
(define-public perl-plack-test-externalserver
 | 
					(define-public perl-plack-test-externalserver
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "perl-plack-test-externalserver")
 | 
					    (name "perl-plack-test-externalserver")
 | 
				
			||||||
    (version "0.01")
 | 
					    (version "0.02")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "mirror://cpan/authors/id/F/FL/FLORA/"
 | 
					       (uri (string-append "mirror://cpan/authors/id/F/FL/FLORA/"
 | 
				
			||||||
                           "Plack-Test-ExternalServer-" version ".tar.gz"))
 | 
					                           "Plack-Test-ExternalServer-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32 "1l1yj1l25679x7cbpd27ii7s1f1ajpkspif9xqnl21hczrbmrbsv"))))
 | 
				
			||||||
         "1dbg1p3rgvvbkkpvca5jlc2mzx8iqyiybk88al93pvbca65h1g7h"))))
 | 
					 | 
				
			||||||
    (build-system perl-build-system)
 | 
					    (build-system perl-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("perl-plack" ,perl-plack)))
 | 
					     `(("perl-plack" ,perl-plack)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue