python311Packages.pyaussiebb: 0.0.18 -> 0.1.1
Diff: https://github.com/yaleman/aussiebb/compare/refs/tags/v0.0.18...v0.1.1 Changelog: https://github.com/yaleman/pyaussiebb/blob/v0.1.1/CHANGELOG.md
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyaussiebb";
|
||||
version = "0.0.18";
|
||||
format = "pyproject";
|
||||
version = "0.1.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
@@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||
owner = "yaleman";
|
||||
repo = "aussiebb";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-tEdddVsLFCHRvyLCctDakioiop2xWaJlfGE16P1ukHc=";
|
||||
hash = "sha256-XNf9vYMlTLqhYIVNw9GjPcXpOm5EYCcC4aGukR8g3zc=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user