mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 12:44:20 +00:00
python312Packages.pyzufall: normalize pname
This commit is contained in:
parent
95ba44e8f7
commit
775c1564b8
@ -1,11 +1,12 @@
|
||||
{ lib, fetchPypi, python, buildPythonPackage, nose, future, coverage }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "PyZufall";
|
||||
pname = "pyzufall";
|
||||
version = "0.13.2";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
pname = "PyZufall";
|
||||
inherit version;
|
||||
sha256 = "1jffhi20m82fdf78bjhncbdxkfzcskrlipxlrqq9741xdvrn14b5";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user