mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
python312Packages.daqp: 0.5.1 -> 0.6.0
This commit is contained in:
parent
cd43d68671
commit
36c8a028a2
@ -10,14 +10,14 @@
|
||||
}:
|
||||
buildPythonPackage rec {
|
||||
pname = "daqp";
|
||||
version = "0.5.1";
|
||||
version = "0.6.0";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "darnstrom";
|
||||
repo = "daqp";
|
||||
rev = "5a15a3d16731d3d50f867218c1b281567db556fd";
|
||||
hash = "sha256-in7Ci/wM7i0csJ4XVfo1lboWOyfuuU+8E+TzGmMV3x0=";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-9sPYyd8J78HKDxbwkogu8tW38rgYIctEWqrriqJKy0M=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/interfaces/daqp-python";
|
||||
|
Loading…
Reference in New Issue
Block a user