Skip to content

Commit

Permalink
python312Packages.simplesqlite: 1.5.2 -> 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 5, 2025
1 parent 77aa69a commit e4fe248
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/simplesqlite/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@

buildPythonPackage rec {
pname = "SimpleSQLite";
version = "1.5.2";
version = "1.5.3";
pyproject = true;

src = fetchFromGitHub {
owner = "thombashi";
repo = "SimpleSQLite";
rev = "v${version}";
hash = "sha256-Yr17T0/EwVaOjG+mzdxopivj0fuvQdZdX1bFj8vq0MM=";
tag = "v${version}";
hash = "sha256-jwty2c8xelLU/m73aodHBj9V9jSw6jjJI7HIzqDTy3A=";
};

nativeBuildInputs = [ setuptools ];
Expand Down

0 comments on commit e4fe248

Please sign in to comment.