3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.zcs: 0.1.22 -> 0.1.25

This commit is contained in:
R. Ryantm 2022-12-26 05:22:33 +00:00
parent c2e1d345cb
commit 599c04d1e0

View file

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "zcs";
version = "0.1.22";
version = "0.1.25";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-+0lG2OirfXj55IFA9GMERVWtrWwULfVfdbIg8ebH+7M=";
sha256 = "sha256-/QIyRQtxLDVW+vcQi5bL8rJ0o3+OhqGhQEALR1YO1pg=";
};
patches = [