Merge pull request #194092 from Luflosi/update/python3Packages.sphinx-basic-ng

authored by Sandro and committed by GitHub d0c935df eb0fda66

+2 -11
+2 -11
pkgs/development/python-modules/sphinx-basic-ng/default.nix
··· 2 2 , buildPythonPackage 3 3 , pythonOlder 4 4 , fetchFromGitHub 5 - , fetchpatch 6 5 , sphinx 7 6 }: 8 7 9 8 buildPythonPackage rec { 10 9 pname = "sphinx-basic-ng"; 11 - version = "0.0.1.a12"; 10 + version = "1.0.0.beta1"; 12 11 disable = pythonOlder "3.7"; 13 12 14 13 src = fetchFromGitHub { 15 14 owner = "pradyunsg"; 16 15 repo = "sphinx-basic-ng"; 17 16 rev = version; 18 - sha256 = "sha256-3/a/xHPNO96GEMLgWGTLdFoojVsjNyxYgY1gAZr75S0="; 17 + sha256 = "sha256-Zh9KvKs4js+AVSfIk0pAj6Kzq/O2m/MGTF+HCwYJTXk="; 19 18 }; 20 - 21 - patches = [ 22 - (fetchpatch { 23 - name = "fix-import-error.patch"; 24 - url = "https://github.com/pradyunsg/sphinx-basic-ng/pull/32/commits/323a0085721b908aa11bc3c36c51e16f517ee023.patch"; 25 - sha256 = "sha256-/G1wLG/08u2s3YENSKSYekLrV1fUkxDAlxc3crTQNHk="; 26 - }) 27 - ]; 28 19 29 20 propagatedBuildInputs = [ 30 21 sphinx