Skip to content

Commit

Permalink
Merge pull request NixOS#321643 from r-ryantm/auto-update/python311Pa…
Browse files Browse the repository at this point in the history
…ckages.datasette

python311Packages.datasette: 0.64.7 -> 0.64.8
  • Loading branch information
wegank authored Jul 6, 2024
2 parents c32d4a8 + 0069ee2 commit 2e8805d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/datasette/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

buildPythonPackage rec {
pname = "datasette";
version = "0.64.7";
version = "0.64.8";
format = "setuptools";

disabled = pythonOlder "3.8";
Expand All @@ -39,7 +39,7 @@ buildPythonPackage rec {
owner = "simonw";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-MxTCVgV0xDKXiYOx6rh5v55uQqlf9Wd06wHfnhDS4Hk=";
hash = "sha256-Nt/e0j1mF5Qkpp/dRa9W7En1WoGD2MsR3iREv9IQu5E=";
};

postPatch = ''
Expand Down

0 comments on commit 2e8805d

Please sign in to comment.