python3Packages.pydmd: 2025.05.01 -> 2025.06.01 (#414673)

This commit is contained in:
Nick Cao 2025-06-08 10:40:14 -04:00 committed by GitHub
commit c278548eb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "pydmd";
version = "2025.05.01";
version = "2025.06.01";
pyproject = true;
src = fetchFromGitHub {
owner = "PyDMD";
repo = "PyDMD";
tag = version;
hash = "sha256-+ol103I4lrTVvANAK5k6bFfeUWj04YlkAqJUW8cw42Q=";
hash = "sha256-u8dW90FZSZaVbPNeILeZyOwAU0WOAeTAMCHpe7n4Bi4=";
};
postPatch = ''