summary refs log tree commit diff
path: root/pkgs/applications/audio/whipper
diff options
context:
space:
mode:
authorEmily <vcs@emily.moe>2019-12-16 15:45:55 +0000
committerRobert Helgesson <robert@rycee.net>2019-12-16 17:11:18 +0100
commitea0b2370fa21d9101cd1d8479338b499889d03e7 (patch)
treecba567484f74da4b764e6f2e97d2855393d0b64b /pkgs/applications/audio/whipper
parenta8cfa9b4382731e6b1afbb1298cece94d69bb9c8 (diff)
whipper: 0.9.0 -> 0.9.1.dev7+g9e95f06
Diffstat (limited to 'pkgs/applications/audio/whipper')
-rw-r--r--pkgs/applications/audio/whipper/default.nix17
1 files changed, 11 insertions, 6 deletions
diff --git a/pkgs/applications/audio/whipper/default.nix b/pkgs/applications/audio/whipper/default.nix
index 5e133c60cc57a..ff278d4d7f233 100644
--- a/pkgs/applications/audio/whipper/default.nix
+++ b/pkgs/applications/audio/whipper/default.nix
@@ -3,19 +3,24 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "whipper";
-  version = "0.9.0";
+  version = "0.9.1.dev7+g${stdenv.lib.substring 0 7 src.rev}";
 
   src = fetchFromGitHub {
     owner = "whipper-team";
     repo = "whipper";
-    rev = "v${version}";
-    sha256 = "0x1qsp021i0l5sdcm2kcv9zfwp696k4izhw898v6marf8phll7xc";
+    rev = "9e95f0604fa30ab06445fe46e3bc93bba6092a05";
+    sha256 = "1c2qldw9vxpvdfh5wl6mfcd7zzz3v8r86ffqll311lcp2zin33dg";
   };
 
   pythonPath = with python3.pkgs; [
-    pygobject3 musicbrainzngs urllib3 chardet
-    pycdio setuptools setuptools_scm mutagen
+    musicbrainzngs
+    mutagen
+    pycdio
+    pygobject3
     requests
+    ruamel_yaml
+    setuptools
+    setuptools_scm
   ];
 
   buildInputs = [ libsndfile ];
@@ -36,7 +41,7 @@ python3.pkgs.buildPythonApplication rec {
   ];
 
   preBuild = ''
-    export SETUPTOOLS_SCM_PRETEND_VERSION="v${version}"
+    export SETUPTOOLS_SCM_PRETEND_VERSION="${version}"
   '';
 
   # some tests require internet access