Merge pull request #296739 from Stunkymonkey/python-pyogg-normalize

python312Packages.pyogg: normalize pname
This commit is contained in:
Felix Bühler 2024-03-25 20:31:31 +01:00 committed by GitHub
commit 4617c089d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -1,11 +1,12 @@
{ stdenv, lib, fetchPypi, buildPythonPackage, libvorbis, flac, libogg, libopus, opusfile, substituteAll }:
buildPythonPackage rec {
pname = "PyOgg";
pname = "pyogg";
version = "0.6.9a1";
src = fetchPypi {
inherit pname version;
pname = "PyOgg";
inherit version;
sha256 = "0xabqwyknpvfc53s7il5pq6b07fcaqvz5bi5vbs3pbaw8602qvim";
};