python310Packages.karton-core: 5.0.0 -> 5.0.1

This commit is contained in:
R. Ryantm 2023-02-08 03:25:56 +00:00
parent 12053de9e5
commit fca22e9a3e

View file

@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "karton-core";
version = "5.0.0";
version = "5.0.1";
src = fetchFromGitHub {
owner = "CERT-Polska";
repo = "karton";
rev = "refs/tags/v${version}";
hash = "sha256-0B2u2xnrGc3iQ8B9iAQ3fcovQQCPqdFsn5evgdDwg5M=";
hash = "sha256-TKO0l0AKsC9MMB58ao/EXcJ9k/J3y3S9tc127H7vA6w=";
};
propagatedBuildInputs = [