Robert Schütz
2024-10-13 18:45:12 -07:00
parent 6a037c5637
commit b5efcf2ae6
@@ -14,7 +14,7 @@
}:
buildPythonPackage rec {
version = "6.0.0";
version = "6.0.1";
pname = "icalendar";
pyproject = true;
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "collective";
repo = "icalendar";
rev = "refs/tags/v${version}";
hash = "sha256-eWFDY/pNVfcUk3PfB0vXqh9swuSGtflUw44IMDJI+yI=";
hash = "sha256-pcTiXRiHtx7jVzxDkY6WDhzo8sg8fPecqTpRSRIdvfs=";
};
patches = [