python311Packages.pydeps: 1.12.7 -> 1.12.8
Diff: https://github.com/thebjorn/pydeps/compare/refs/tags/v1.12.7...v1.12.8 Changelog: https://github.com/thebjorn/pydeps/releases/tag/v1.12.8
This commit is contained in:
parent
7cf56760d0
commit
48bfaeb87c
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pydeps";
|
||||
version = "1.12.7";
|
||||
version = "1.12.8";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
|||
owner = "thebjorn";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-D57IO+1KS/budIjScEjVKP/5IbEx9KSDS46URuymC4s=";
|
||||
hash = "sha256-6NxI67K1gw6VRO10T2o+5pwMsvCqIgMnHueLbg88XSQ=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue