about summary refs log tree commit diff
path: root/pkgs/by-name/po
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-27 15:16:37 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-27 15:16:37 +0000
commitc39d4df7c1d4381fb334fefd968c44aa938f89ba (patch)
treee7246be6446c15caf65bcc15e81629879e927cfe /pkgs/by-name/po
parent100ce73c31c9fb0d574e2aaf0ec7df54cea00290 (diff)
downloadnixlib-c39d4df7c1d4381fb334fefd968c44aa938f89ba.tar
nixlib-c39d4df7c1d4381fb334fefd968c44aa938f89ba.tar.gz
nixlib-c39d4df7c1d4381fb334fefd968c44aa938f89ba.tar.bz2
nixlib-c39d4df7c1d4381fb334fefd968c44aa938f89ba.tar.lz
nixlib-c39d4df7c1d4381fb334fefd968c44aa938f89ba.tar.xz
nixlib-c39d4df7c1d4381fb334fefd968c44aa938f89ba.tar.zst
nixlib-c39d4df7c1d4381fb334fefd968c44aa938f89ba.zip
poethepoet: 0.24.4 -> 0.25.0
Diffstat (limited to 'pkgs/by-name/po')
-rw-r--r--pkgs/by-name/po/poethepoet/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/po/poethepoet/package.nix b/pkgs/by-name/po/poethepoet/package.nix
index 4faecc29cff1..063e56d85bdb 100644
--- a/pkgs/by-name/po/poethepoet/package.nix
+++ b/pkgs/by-name/po/poethepoet/package.nix
@@ -5,14 +5,14 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "poethepoet";
-  version = "0.24.4";
+  version = "0.25.0";
   pyproject = true;
 
   src = fetchFromGitHub {
     owner = "nat-n";
     repo = "poethepoet";
-    rev = "v${version}";
-    hash = "sha256-RTV3TVNciJE7dC/gtViZcSWFXR2A4qNMAJ/1OEzMAus=";
+    rev = "refs/tags/v${version}";
+    hash = "sha256-7EHSTkmHIR13FgncmXpjZNrJFomJW6LTVw+BAbnrfRM=";
   };
 
   nativeBuildInputs = [