summary refs log tree commit diff
path: root/pkgs/applications/audio/friture/default.nix
diff options
context:
space:
mode:
authorAlexandra <74795488+alyaeanyx@users.noreply.github.com>2021-08-18 12:00:51 +0200
committerGitHub <noreply@github.com>2021-08-18 12:00:51 +0200
commitd6afe91d212141da31b1c0b7fc3bb2bd94bc72a8 (patch)
treea89855cef8113b1244121d8c490b0c2ccf9f7b6c /pkgs/applications/audio/friture/default.nix
parent3f3e055bcde0a09d039111392fc9d75fec7c3ace (diff)
downloadnixpkgs-d6afe91d212141da31b1c0b7fc3bb2bd94bc72a8.tar
nixpkgs-d6afe91d212141da31b1c0b7fc3bb2bd94bc72a8.tar.gz
nixpkgs-d6afe91d212141da31b1c0b7fc3bb2bd94bc72a8.tar.bz2
nixpkgs-d6afe91d212141da31b1c0b7fc3bb2bd94bc72a8.tar.lz
nixpkgs-d6afe91d212141da31b1c0b7fc3bb2bd94bc72a8.tar.xz
nixpkgs-d6afe91d212141da31b1c0b7fc3bb2bd94bc72a8.tar.zst
nixpkgs-d6afe91d212141da31b1c0b7fc3bb2bd94bc72a8.zip
friture: unstable-2020-02-16 -> 0.47 (#133781)
* friture: unstable-2020-02-16 -> v0.47

* python39Package -> python3Packages
Diffstat (limited to 'pkgs/applications/audio/friture/default.nix')
-rw-r--r--pkgs/applications/audio/friture/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/friture/default.nix b/pkgs/applications/audio/friture/default.nix
index 99ce726ca17..8383bdbebc6 100644
--- a/pkgs/applications/audio/friture/default.nix
+++ b/pkgs/applications/audio/friture/default.nix
@@ -4,13 +4,13 @@ let
   py = python3Packages;
 in py.buildPythonApplication rec {
   pname = "friture";
-  version = "unstable-2020-02-16";
+  version = "0.47";
 
   src = fetchFromGitHub {
     owner = "tlecomte";
     repo = pname;
-    rev = "4460b4e72a9c55310d6438f294424b5be74fc0aa";
-    sha256 = "1pmxzq78ibifby3gbir1ah30mgsqv0y7zladf5qf3sl5r1as0yym";
+    rev = "v${version}";
+    sha256 = "1qcsvmgdz9hhv5gaa918147wvng6manc4iq8ci6yr761ljqrgwjx";
   };
 
   nativeBuildInputs = (with py; [ numpy cython scipy ]) ++