python312Packages.energyflow: 1.3.2 -> 1.3.3

This commit is contained in:
R. Ryantm 2024-03-21 21:37:28 +00:00 committed by Dmitry Kalinkin
parent 732cd2b4b8
commit 07ec121197
1 changed files with 3 additions and 3 deletions

View File

@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "energyflow";
version = "1.3.2";
version = "1.3.3";
src = fetchFromGitHub {
owner = "pkomiske";
repo = "EnergyFlow";
rev = "v${version}";
hash = "sha256-fjT8c0ZTjdufP334upPzRVdTJDIBs84I7PkFu4CMcQw=";
rev = "refs/tags/v${version}";
hash = "sha256-Ioyk0IpyxcDdL2+3zkUa6yydavyphoh4do7GCz5nG60=";
};
postPatch = ''