python313Packages.dirigera: 1.2.5 -> 1.2.6
Diff: https://github.com/Leggin/dirigera/compare/v1.2.5...v1.2.6 Changelog: https://github.com/Leggin/dirigera/releases/tag/v1.2.6
This commit is contained in:
@@ -11,14 +11,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "dirigera";
|
||||
version = "1.2.5";
|
||||
version = "1.2.6";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Leggin";
|
||||
repo = "dirigera";
|
||||
tag = version;
|
||||
hash = "sha256-xFiAhlNbl20MPFNkl8J4vx+KgvINYS3P5EAQxc620/k=";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-5pfzmaIkIEtxDtkhG1lOLSTjWahEDgQKLJKbAG5rBjE=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user