python3Packages.jsonslicer: 0.1.7 -> 0.1.8

This commit is contained in:
jopejoe1 2024-07-31 22:48:47 +02:00
parent 5030a3d7a2
commit 49b919a7f5

View file

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "jsonslicer";
version = "0.1.7";
version = "0.1.8";
pyproject = true;
src = fetchFromGitHub {
owner = "AMDmi3";
repo = "jsonslicer";
rev = version;
hash = "sha256-uKIe/nJLCTe8WFIMB7+g3c0Yv3addgZEKYaBI6EpBSY=";
hash = "sha256-nPifyqr+MaFqoCYFbFSSBDjvifpX0CFnHCdMCvhwYTA=";
};
build-system = [