Merge pull request #275129 from zaporter/update-pithos

pithos: 1.6.0 -> 1.6.1
This commit is contained in:
Nick Cao 2023-12-18 10:19:44 -05:00 committed by GitHub
commit 050878d872
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";