Merge pull request #293158 from r-ryantm/auto-update/pithos

pithos: 1.6.1 -> 1.6.2
This commit is contained in:
Weijia Wang
2024-03-17 19:25:15 +01:00
committed by GitHub
+3 -3
View File
@@ -4,13 +4,13 @@
pythonPackages.buildPythonApplication rec {
pname = "pithos";
version = "1.6.1";
version = "1.6.2";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
hash = "sha256-GPDbFlwiGT/B2paX33d3mUCV77q+fPM0LMaKFsQQjjQ=";
rev = "refs/tags/${version}";
hash = "sha256-3j6IoMi30BQ8WHK4BxbsW+/3XZx7rBFd47EBENa2GiQ=";
};
format = "other";