gnu: streamlink: Update to 1.3.0.
* gnu/packages/video.scm (streamlink): Update to 1.3.0. [source]: Remove patch. * gnu/local.mk (dist_patch_DATA): Remove this.
This commit is contained in:
		
							parent
							
								
									3d4bf40071
								
							
						
					
					
						commit
						67f9f57899
					
				
					 2 changed files with 3 additions and 4 deletions
				
			
		|  | @ -1384,7 +1384,6 @@ dist_patch_DATA =						\ | ||||||
|   %D%/packages/patches/sooperlooper-build-with-wx-30.patch 	\
 |   %D%/packages/patches/sooperlooper-build-with-wx-30.patch 	\
 | ||||||
|   %D%/packages/patches/soundconverter-remove-gconf-dependency.patch	\
 |   %D%/packages/patches/soundconverter-remove-gconf-dependency.patch	\
 | ||||||
|   %D%/packages/patches/steghide-fixes.patch			\
 |   %D%/packages/patches/steghide-fixes.patch			\
 | ||||||
|   %D%/packages/patches/streamlink-update-test.patch		\
 |  | ||||||
|   %D%/packages/patches/supercollider-boost-1.70-build-fix.patch	\
 |   %D%/packages/patches/supercollider-boost-1.70-build-fix.patch	\
 | ||||||
|   %D%/packages/patches/superlu-dist-awpm-grid.patch		\
 |   %D%/packages/patches/superlu-dist-awpm-grid.patch		\
 | ||||||
|   %D%/packages/patches/superlu-dist-fix-mpi-deprecations.patch	\
 |   %D%/packages/patches/superlu-dist-fix-mpi-deprecations.patch	\
 | ||||||
|  |  | ||||||
|  | @ -35,6 +35,7 @@ | ||||||
| ;;; Copyright © 2019 Timo Eisenmann <eisenmann@fn.de> | ;;; Copyright © 2019 Timo Eisenmann <eisenmann@fn.de> | ||||||
| ;;; Copyright © 2019 Arne Babenhauserheide <arne_bab@web.de> | ;;; Copyright © 2019 Arne Babenhauserheide <arne_bab@web.de> | ||||||
| ;;; Copyright © 2019 Riku Viitanen <riku.viitanen@protonmail.com> | ;;; Copyright © 2019 Riku Viitanen <riku.viitanen@protonmail.com> | ||||||
|  | ;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com> | ||||||
| ;;; | ;;; | ||||||
| ;;; This file is part of GNU Guix. | ;;; This file is part of GNU Guix. | ||||||
| ;;; | ;;; | ||||||
|  | @ -2168,15 +2169,14 @@ and custom quantization matrices.") | ||||||
| (define-public streamlink | (define-public streamlink | ||||||
|   (package |   (package | ||||||
|     (name "streamlink") |     (name "streamlink") | ||||||
|     (version "0.14.2") |     (version "1.3.0") | ||||||
|     (source |     (source | ||||||
|       (origin |       (origin | ||||||
|         (method url-fetch) |         (method url-fetch) | ||||||
|         (uri (pypi-uri "streamlink" version)) |         (uri (pypi-uri "streamlink" version)) | ||||||
|         (sha256 |         (sha256 | ||||||
|          (base32 |          (base32 | ||||||
|           "0l2145fd60i76afjisfxd48cwhwyir07i7s3bnimdq5db2kzkix8")) |           "0593ffjpz82jrljnzxfafkcmcqad3r1ijjan0hm04xjcnxc9cr00")))) | ||||||
|         (patches (search-patches "streamlink-update-test.patch")))) |  | ||||||
|     (build-system python-build-system) |     (build-system python-build-system) | ||||||
|     (home-page "https://github.com/streamlink/streamlink") |     (home-page "https://github.com/streamlink/streamlink") | ||||||
|     (native-inputs |     (native-inputs | ||||||
|  |  | ||||||
		Reference in a new issue