python310Packages.atsim_potentials: 0.4.0 -> 0.4.1

This commit is contained in:
R. Ryantm
2022-12-24 00:30:58 +00:00
parent b10a520017
commit f80b9c68cf
@@ -14,14 +14,14 @@
}:
buildPythonPackage rec {
version = "0.4.0";
version = "0.4.1";
pname = "atsim-potentials";
src = fetchFromGitHub {
owner = "mjdrushton";
repo = pname;
rev = version;
sha256 = "sha256-MwjRVd54qa8uJOi9yRXU+Vrve50ndftJUl+TFZKVzQM=";
rev = "refs/tags/${version}";
sha256 = "sha256-G7lNqwEUwAT0f7M2nUTCxpXOAl6FWKlh7tcsvbur1eM=";
};
postPatch = ''