Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2024-06-15 06:01:20 +00:00
committed by GitHub
41 changed files with 1420 additions and 155 deletions
@@ -1,4 +1,4 @@
{ buildPythonPackage, pythonOlder }:
{ lib, buildPythonPackage, pythonOlder }:
buildPythonPackage {
@@ -6,7 +6,13 @@ buildPythonPackage {
pname = "typeddep";
version = "1.3.3.7";
src = ./.;
src = lib.fileset.toSource {
root = ./.;
fileset = lib.fileset.unions [
./setup.py
./typeddep
];
};
disabled = pythonOlder "3.7";