3
0
Fork 0
forked from mirrors/nixpkgs

github-to-sqlite: 2.8.2 -> 2.8.3

This commit is contained in:
R. Ryantm 2021-12-06 14:58:06 +00:00
parent 7f744ff0b9
commit e31d3d6553

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 = [