python310Packages.psrpcore: 0.2.0 -> 0.2.1
Diff: https://github.com/jborean93/psrpcore/compare/refs/tags/v0.2.0...v0.2.1 Changelog: https://github.com/jborean93/psrpcore/blob/v0.2.1/CHANGELOG.md
This commit is contained in:
committed by
Jonathan Ringer
parent
557d7996a5
commit
40282eed75
@@ -9,7 +9,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "psrpcore";
|
||||
version = "0.2.0";
|
||||
version = "0.2.1";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -18,7 +18,7 @@ buildPythonPackage rec {
|
||||
owner = "jborean93";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-uX99BsQn1Ckl+2Lt4I0EMZLTKeDrX0mtSc9w5aFpvxQ=";
|
||||
hash = "sha256-KMSyqXKhNH+i9Y0Mx3DHCwJZOkl4Va2n0zu0TEitslU=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user