python3Packages.constantdict: 2025.1.1 -> 2025.3 (#428289)
This commit is contained in:
commit
33d3d008a8
@ -8,14 +8,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "constantdict";
|
pname = "constantdict";
|
||||||
version = "2025.1.1";
|
version = "2025.3";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "matthiasdiener";
|
owner = "matthiasdiener";
|
||||||
repo = "constantdict";
|
repo = "constantdict";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-M3duCafyJk/W3KIqP43ErXr/EfCj6/Sin6eCaaxyI5g=";
|
hash = "sha256-jX6g9xBteZOc/7Ob5N8eUSCycb6JoE5i38T52zknOTI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user