python3Packages.pysyncthru: 0.8.0 -> 0.10.1 (#497446)

This commit is contained in:
dotlambda 2026-03-07 06:15:53 +00:00 committed by GitHub
commit 8fbd4361b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pysyncthru";
version = "0.8.0";
version = "0.10.1";
pyproject = true;
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "nielstron";
repo = "pysyncthru";
tag = version;
hash = "sha256-Zije1WzfgIU9pT0H7T/Mx+5gEBCsRgMLkfsa/KB0YtI=";
hash = "sha256-IJfj65p80Q4LwWkGV0A0QPtK2+FPkNVz9/WaNGzgTy8=";
};
nativeBuildInputs = [ setuptools ];