pithos: 1.6.0 -> 1.6.1

This commit is contained in:
zaporter 2023-12-18 00:35:58 -05:00
parent 5fcb8660dd
commit 330eb2ded4

View file

@ -4,13 +4,13 @@
pythonPackages.buildPythonApplication rec {
pname = "pithos";
version = "1.6.0";
version = "1.6.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
hash = "sha256-cFmsdQXfGxgpKe32dw1lgoANU9Drhu5Mecyz37BVP4g=";
hash = "sha256-GPDbFlwiGT/B2paX33d3mUCV77q+fPM0LMaKFsQQjjQ=";
};
format = "other";