Skip to content

Commit

Permalink
python312Packages.py-opensonic: 5.1.1 -> 5.2.0 (#351971)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Oct 28, 2024
2 parents ff6baef + 98e6484 commit c08e797
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/py-opensonic/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

buildPythonPackage rec {
pname = "py-opensonic";
version = "5.1.1";
version = "5.2.0";
pyproject = true;

src = fetchFromGitHub {
owner = "khers";
repo = "py-opensonic";
rev = "v${version}";
hash = "sha256-wXTXuX+iIMEoALxsciopucmvBxAyEeiOgjJPrbD63gM=";
rev = "refs/tags/v${version}";
hash = "sha256-8QhYzGZ9b2pyzhl5vyAWhjxtvF/vaEa6Qcw+RBGzkTQ=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit c08e797

Please sign in to comment.