Merge pull request #149034 from r-ryantm/auto-update/github-to-sqlite

github-to-sqlite: 2.8.2 -> 2.8.3
This commit is contained in:
Ryan Mulligan 2021-12-06 21:18:06 -08:00 committed by GitHub
commit 157a4acfbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "github-to-sqlite";
version = "2.8.2";
version = "2.8.3";
disabled = !isPy3k;
src = fetchFromGitHub {
owner = "dogsheep";
repo = pname;
rev = version;
sha256 = "16mw429ppnhgsa98qs3fhprqvdpqbr5q1biq3ql8rsf38difdbl8";
sha256 = "sha256-4wkwtcChcR7XH421wa3dGdIPhwgeaTFk247zIRX98xo=";
};
propagatedBuildInputs = [