Unverified Commit fa7cfc3b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.pydal: 20251115.1 -> 20260110.1 (#479496)

parents e23d564d 889237c8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,12 +10,12 @@

buildPythonPackage rec {
  pname = "pydal";
  version = "20251115.1";
  version = "20260110.1";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-04G7DksOLeYaNNvw6+y8lbgXVCPzqOpksV0DZy4GcIA=";
    hash = "sha256-YBcZB9q54pphCDObUgRqPe6LUO99ojLTK4Gqwuv0RaA=";
  };

  build-system = [ setuptools ];