gnu: miniupnpc: Update to 2.1.20190403.
* gnu/packages/upnp.scm (miniupnpc): Update to 2.1.20190403.
This commit is contained in:
		
							parent
							
								
									e248b10b39
								
							
						
					
					
						commit
						6130b97440
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -32,14 +32,14 @@ | ||||||
| (define-public miniupnpc | (define-public miniupnpc | ||||||
|   (package |   (package | ||||||
|     (name "miniupnpc") |     (name "miniupnpc") | ||||||
|     (version "2.1.20190210") |     (version "2.1.20190403") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|        (uri (string-append "https://miniupnp.tuxfamily.org/files/" |        (uri (string-append "https://miniupnp.tuxfamily.org/files/" | ||||||
|                            name "-" version ".tar.gz")) |                            name "-" version ".tar.gz")) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 "05w8p51yd71ksapajb9nag464ncakk72v9dxr01y168wix707d49")))) |         (base32 "0qgwcinj8h312v2995qc2z1lbpmw916glkc8j9fa16xr4l2skxfy")))) | ||||||
|     (build-system gnu-build-system) |     (build-system gnu-build-system) | ||||||
|     (native-inputs |     (native-inputs | ||||||
|      `(("python" ,python-2))) |      `(("python" ,python-2))) | ||||||
|  |  | ||||||
		Reference in a new issue