python312Packages.sqliteschema: 1.4.0 -> 2.0.1

authored by R. Ryantm and committed by Weijia Wang 1aabc102 d90d7634

+8 -4
+8 -4
pkgs/development/python-modules/sqliteschema/default.nix
··· 4 fetchFromGitHub, 5 mbstrdecoder, 6 setuptools, 7 simplesqlite, 8 sqliteschema, 9 tabledata, ··· 13 14 buildPythonPackage rec { 15 pname = "sqliteschema"; 16 - version = "1.4.0"; 17 pyproject = true; 18 19 src = fetchFromGitHub { 20 owner = "thombashi"; 21 repo = "sqliteschema"; 22 - rev = "v${version}"; 23 - hash = "sha256-IzHdYBnh6udVsanWTPSsX4p4PG934YCdzs9Ow/NW86E="; 24 }; 25 26 - nativeBuildInputs = [ setuptools ]; 27 28 propagatedBuildInputs = [ 29 mbstrdecoder
··· 4 fetchFromGitHub, 5 mbstrdecoder, 6 setuptools, 7 + setuptools-scm, 8 simplesqlite, 9 sqliteschema, 10 tabledata, ··· 14 15 buildPythonPackage rec { 16 pname = "sqliteschema"; 17 + version = "2.0.1"; 18 pyproject = true; 19 20 src = fetchFromGitHub { 21 owner = "thombashi"; 22 repo = "sqliteschema"; 23 + tag = "v${version}"; 24 + hash = "sha256-ZGDzGfj78v8o0GvAHcP26JiJCOWPaIr2h1Lqzh5AuSg="; 25 }; 26 27 + nativeBuildInputs = [ 28 + setuptools 29 + setuptools-scm 30 + ]; 31 32 propagatedBuildInputs = [ 33 mbstrdecoder