isisdl: 1.3.20 -> 1.3.21 (#390416)

This commit is contained in:
Weijia Wang
2025-03-21 22:07:35 +01:00
committed by GitHub
+2 -2
View File
@@ -6,11 +6,11 @@
}:
python3Packages.buildPythonApplication rec {
pname = "isisdl";
version = "1.3.20";
version = "1.3.21";
src = fetchPypi {
inherit pname version;
hash = "sha256-s0vGCJVSa6hf6/sIhzmaxpziP4izoRwcZfxvm//5inY=";
hash = "sha256-YyR0A7NqmUcR+hQnQlIgBdU6CxfHtDOjR3q5I21ROCI=";
};
pyproject = true;