mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
valuta: 1.2.0 -> 1.3.2 (#349416)
This commit is contained in:
commit
2677ddf27b
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "valuta";
|
pname = "valuta";
|
||||||
version = "1.2.0";
|
version = "1.3.2";
|
||||||
|
|
||||||
pyproject = false;
|
pyproject = false;
|
||||||
|
|
||||||
@ -23,7 +23,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
owner = "ideveCore";
|
owner = "ideveCore";
|
||||||
repo = "Valuta";
|
repo = "Valuta";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-ygroF9hlmsjQTocly7CNL6zQi4N6h8va/ZkJ8w8QHms=";
|
hash = "sha256-g2x+pqs7dXdTMSxzSU5TeQtE+Q+tdQ93xaMtUVEE5/U=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -43,6 +43,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [
|
propagatedBuildInputs = with python3Packages; [
|
||||||
|
babel
|
||||||
dbus-python
|
dbus-python
|
||||||
pygobject3
|
pygobject3
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user