Merge pull request #311982 from r-ryantm/auto-update/python311Packages.justext

python311Packages.justext: 3.0.0 -> 3.0.1
This commit is contained in:
Aleksana 2024-05-16 22:36:53 +08:00 committed by GitHub
commit 9ea47becd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "justext";
version = "3.0.0";
version = "3.0.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "miso-belica";
repo = "jusText";
rev = "refs/tags/v${version}";
hash = "sha256-WNxDoM5666tEHS9pMl5dOoig4S7dSYaCLZq71tehWqw=";
hash = "sha256-9i7hzCK/ijh8xw9l2ZbVhVj5IBf0WD/49/R1tSWgqrQ=";
};
propagatedBuildInputs = [